Forum Discussion
Altera_Forum
Honored Contributor
13 years agoReading data from a ROM
I have created a ROM-1port via the MegaWizard which also has a .mif file and in my top level entity I have to instantiate that rom, but I don't know how to access the data from it. My .mif file...
Altera_Forum
Honored Contributor
13 years agoI'm trying to create a code that can show the VHDL firmware version, like everytime someone changes a firmware, the version changes, and that version number is in a txt file, so the VHDL code I am trying to make, it reads those numbers and everytime the code is compiled it contains the new firmware version.
So in order for me to do that, I figured I would use a ROM to hold that information in the FPGA.