04-16-2008 01:15 PM
04-18-2008 05:10 AM
The code in disable structure doesn't take space on the FPGA, I use it often and it works.
But in your case, i guess you should disable the for loop too. Because you have an empty loop that have an auto-index activated, and since this part is not disabled, it takes space on your FPGA.
Hope this helps,
Xavier
04-18-2008 05:51 AM
Thanks,
by the way the 2 for loops is the same loop, I only made a picture with the enable and disable.
Frank