Forum Discussion
Altera_Forum
Honored Contributor
13 years agodifferent style of coding to reduce logic resources??
I need to optimize my design in area. After setting all the required constraints, I started modifying the source code. I made few changes and see some changes in the resource Utilization. Can any...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- My view is that above code will be understood by compiler as r1 is equal to r2 (duplicate) and will end up as one resource wired out as r1,r2. --- Quote End --- Yes, it's an unsuitable test case.