L
Luis Cupido
Hello,
I have a perfect working VHDL code that fills in a RAM
with sine sine and cosine tables.
All works just fine.
As soon as I wanted to generate 16K or 32K of tables, bang!
compilation aborts and Quartus says it exists loops after 10000 iterations.
The help at altera site says it is intentional to prevent (dumb) users
from infinite loops Furthermor they say if one wants more than 10000
iteration go break the loop into more loops below 10000 iterations !!!
How bizarre !!! couldn't it just issue a warning ?...
(even DOS asked "are you sure" on del *.*... how funny it would be to
see "you are deleting too much files, go delete one by one") Ahhgggg !!!
Anyone one knows a way to bypass this ?
I would hate to slice my beautiful loops. specially as the component
has its size passed up on generics.
Luis C.
I have a perfect working VHDL code that fills in a RAM
with sine sine and cosine tables.
All works just fine.
As soon as I wanted to generate 16K or 32K of tables, bang!
compilation aborts and Quartus says it exists loops after 10000 iterations.
The help at altera site says it is intentional to prevent (dumb) users
from infinite loops Furthermor they say if one wants more than 10000
iteration go break the loop into more loops below 10000 iterations !!!
How bizarre !!! couldn't it just issue a warning ?...
(even DOS asked "are you sure" on del *.*... how funny it would be to
see "you are deleting too much files, go delete one by one") Ahhgggg !!!
Anyone one knows a way to bypass this ?
I would hate to slice my beautiful loops. specially as the component
has its size passed up on generics.
Luis C.