如何减少逻辑元件的数量
我正在尝试减少 vhdl 代码中逻辑元素的数量。我正在使用 quartus II 对 Altera DE2 FPGA 进行编程。有人可以就我如何做到这一点提供一些建议吗?
谢谢
I am trying to reduce the number of logic elements in my vhdl code. I am using quartus II to program a Altera DE2 FPGA. Can someone please give some advice on how I can do that ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果没有额外的设计细节,只能给出一般性建议。
降低 FPGA 中器件利用率的方法有很多,主要分为两大类:
构建工具集 要寻找的区域 设置
需要寻找的 HDL 设计领域
如果您有更具体的问题,请添加更新。
Without additional detail of your design, only generic advice can be given.
There are many ways to reduce device utilization in an FPGA, which break down into two major categories:
Build Toolset Areas to Look For
HDL Design Areas to Look For
If you have more specific concerns, please add an update.
查看 Quartus II 手册的相关章节: Area and Timing Optimization (Vol 2,第 13 章)
Check out the relevant chapter of the Quartus II Handbook: Area and Timing Optimization (Vol 2, Ch 13)