Altera_Forum
Honored Contributor
11 years agoQuestion about optimizing a VHDL based system.
Hi all,
I finally managed to have my system to work as I expected but I am quite dissapointed with the too high number of LEs required by the entire project. I wanted to know if you had books or websites that deal with optimization specifically. I also wanted to know if reducing some bus size would reduce the number of LEs. I have many 512 bits buses that I could probably break down into chunks of 32 bits by adding a "loading" process but I don't know if it will help. By the way my project is open source so you can have a look at my sources and feel free to give me any tips regarding the coding style. https://github.com/accpnt/sha1 Thanks for your answers.