Reputation: 14925
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
Upvotes: 0
Views: 5857
Reputation: 214
Check out the relevant chapter of the Quartus II Handbook: Area and Timing Optimization (Vol 2, Ch 13)
Upvotes: 0
Reputation: 3655
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:
If you have more specific concerns, please add an update.
Upvotes: 5