Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVhdl question
I come on this pice of code: SIGNAL clockticks200k: INTEGER RANGE 0 TO max200k; What dose Range stand for?
Altera_Forum
Honored Contributor
16 years agoYou're welcome.
I should have also mentioned that a range constraint also guides the synthesis tool. The synthesis tool should only use as much resources as are necessary to represent the outer bounds of the integer range of the declared signal.