 |
How to NOT use while() loops in verilog (for synthesis)? - Stack Overflow
I know XST would allow loops, but it has a limit on the number of iterations. Mine is set a conservative 64. You can of course change this limit, but having a loop with 100+ iterations for synthesis doesnt seem like a good idea even if its allowed. What i
stackoverflow.com |
 |