Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf the data is truly static: Just make it a ROM in the custom logic side of the design (FPGA fabric). Then it will be there at startup.
Even if it isn't static, but can be modified by the NIOS, having the ram defined as a two port ram where the NIOS can read/write to it and the custom logic can read from it, can still have a INITIALIZATION FILE defined that it starts up in a known state. Of course it could just be a two port ram that the NIOS just initializes everytime as well. Pete