Forum Discussion
Altera_Forum
Honored Contributor
12 years agoOK, after a bit more digging around, I find that the Help file for Version 13.0 lists
"ModelSim-Altera Precompiled Libraries .... max MAX 3000 and MAX 7000 maxii MAX II maxv MAX V ...." Suggesting to me that the max library should be used for the MAX7000 When I look in modelsim.ini, I see Under VHDL "max = $MODEL_TECH/../altera/vhdl/max maxii = $MODEL_TECH/../altera/vhdl/maxii maxv = $MODEL_TECH/../altera/vhdl/maxv" Under Verilog "max_ver = $MODEL_TECH/../altera/verilog/max maxii_ver = $MODEL_TECH/../altera/verilog/maxii maxv_ver = $MODEL_TECH/../altera/verilog/maxv" i.e., no entry for MAX7000S If I manual create entries "max7000s = $MODEL_TECH/../altera/vhdl/max max7000s_ver = $MODEL_TECH/../altera/verilog/max" i.e., pointing to the max directory as suggested by the help file, the simulation seems to be created OK. SO : FOLLOW UP QUESTIONS 1. Is what I have done valid, i.e., will not lead to incorrect simulation results? 2. Does this suggest an error in the setup for V13.1SP1, or 3. Have I done something else to break the association between MAX7000S and the max library? regards Dave