码迷,mamicode.com
首页 > 编程语言 > 详细

一种FPGA图像处理算法的快速验证方式

时间:2015-05-22 01:45:35      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:

其实就是用验证平台代替板级验证。

we can instantiate a mem block in testbench and put a .mif file into the mem block. This .mif file is transferred from an image file by matlab or other exe. On the othe hand, Verilog bench can write processed data back into a .txt file, which can be transferred back into image by matlab or other exe.

By doing this, we no more need image acquisition gear and image display gear before and after the fpga algorithm module. This extremely 简化了 veification flow of fpga algorithm. 

ps. .mif file is abbreviated from memory initialization file.

一种FPGA图像处理算法的快速验证方式

标签:

原文地址:http://www.cnblogs.com/sunmaoduo/p/4521159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!