Forum Discussion
corestar
Contributor
7 years agoIf you right-click in a VHDL windows, there is an "Insert Template" option that can be useful. There is a ROM example.
I've used the memory initialization and it works within limits. The templates use functions.
Just a side note, for VHDL 2008, instead of:
'1'&x"12"you could use:
9x"112"
or
9x"1_12"