Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- You'll notice, that most of the 18k LEs is consumed by the various large dividers in your design (including mod operations, which also uses dividers). Parallel dividers have a huge resource utilzation and should be avoided, if possible. --- Quote End --- I'm sorry but what is an 'LE'? When your talking about the divide and mod operations, I assume your referring to the functions? If I implemented all those operations each in its own state is that what you mean by serial division? --- Quote Start --- Looks like you're trying translate a C file - you even called your file main.vhd. --- Quote End --- Actually your mostly correct. The part I tried to translate from C was the functions, the rest I wrote with VHDL in mind. How could I implement the algorithms without utilizing so many resources? Thank you to everyone, your very helpful