Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Reduce Logic Usage Effectively

Altera_Forum
Honored Contributor II
1,152 Views

Hi, I know that both "/" and "%" functions are very expensive. 

Unfortunately, I couldn't avoid division in my implementation.  

I tried to replace the "/" function with counter, Indeed, it does help to reduce a lot of resources, but at the same time, it slows down my program.  

 

So, is it any better solution instead of replacing it with a counter?
0 Kudos
0 Replies
Reply