Verilog 中的 DWT(FPGA 实现)
谁能告诉我如何为图像的 DWT 编写 verilog 代码并下载到 fpga 中。
实际上我的项目是编写一个verilog代码来执行医学图像的离散小波变换,任何人都可以构建逻辑,或者如果有代码可以发送给我,请
我使用xilinx virtex 2 pro..
Can anyone tell me how to write a verilog code for DWT of an image and download in to fpga.
Actually my project is to write a verilog code to perform discrete wavelet transform of a medical image, can anyone frame the logic or if have the code can you send me, please
I am using xilinx virtex 2 pro..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个是用VHDL而不是Verilog编写的,但至少仍然可以提供一些灵感。
This one is in VHDL instead of Verilog, but might still provide at least some inspiration.
一般来说,FPGA 附带有用于对其进行编程的软件。根据制造商的不同,这些封装也有所不同。但大多数 FPGA 制造商(Xilinx、Altera 等)都提供了对其芯片进行编程的工具。
除此之外,还有一些第三方工具:
http://www.synopsys.com/Solutions/EndSolutions/FPGASolution/Pages /default.aspx
http://www.aldec.com/Products/default.aspx
Generally FPGA's come with software for programming them. Depending on manufacturer those packages are different. But most of FPGA manufacturers(Xilinx, Altera, etc) ship tools to program their chips.
Besides that there are few 3rd party tools:
http://www.synopsys.com/Solutions/EndSolutions/FPGASolution/Pages/default.aspx
http://www.aldec.com/Products/default.aspx