Hi!
How can I fill large ROM memories in VHDL? Writing all values by hand seems quite a robust if large memory has to be intialized:
constant ROM: rom_array := (
"001010", "011010", "010111",
...
... --thousands of numbers
);
For example if values of a sin fuction needs to be initialized...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.