首页 > 编程语言 > 详细

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

时间:2015-05-22 01:45:08      阅读:255      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!