Forum Discussion
Altera_Forum
Honored Contributor
17 years agoModelSim hanging in an endless loop should be regarded as a bug, but happens sometimes, also to my experience. The point with ROM Megafunctions is, that ModelSim doesn't understand *.mif files for ROM initialisation (as far as I know) but needs *.hex files in ModelSim project base directory. A probably more simple way is to infer the ROM from HDL code (in VHDL, you can generate e. g. sine look-up tables from a few lines of code). This initialisation is understood by Quartus and ModelSim as well.