Forum Discussion
Hi,
Try with these devices Arria II GX, Arria II GZ, Cyclone IV E, Cyclone IV GX, MAX II, MAX V, Stratix IV and set Target device to Auto device selected by the Fitter. Recompile and recreate the .vwf file. Also in Simulation Waveform Editor, go to Simulation > Simulation Settings and delete -novopt then save.
Some of the devices are not supported by Simulation Waveform Editor since it's old version simulator.
Best Regards,
Sheng
p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution and give Kudos.
I think i did what you suggested, but it didn't fix the problem.
i was a but unsure about what you ment by delete the "-novopt". I went to Simulation > Simulation Settings and deleted "-novopt" on the fith line of the ModelSim Script editor (The place marked with -novopt). This is what it looks like now:
onerror {exit -code 1}
vlib work
vcom -work work registered_adder.vho
vcom -work work Waveform.vwf.vht
vsim -novopt -c -t 1ps -sdfmax registered_adder_vhd_vec_tst/i1=registered_adder_vhd.sdo -L cycloneive -L altera -L altera_mf -L 220model -L sgate -L altera_lnsim work.registered_adder_vhd_vec_tst
vcd file -direction registered_adder.msim.vcd
vcd add -internal registered_adder_vhd_vec_tst/*
vcd add -internal registered_adder_vhd_vec_tst/i1/*
proc simTimestamp {} {
echo "Simulation time: $::now ps"
if { [string equal running [runStatus]] } {
after 2500 simTimestamp
}
}
after 2500 simTimestamp
run -all
quit -f
I got the same error as last time:
# ** Error: Waveform.vwf.vht(127): near "~": syntax error
# ** Error: Waveform.vwf.vht(134): near "~": syntax error
# ** Error: Waveform.vwf.vht(141): near "~": syntax error
# ** Note: Waveform.vwf.vht(144): VHDL Compiler exiting
# End time: 18:03:37 on Aug 19,2022, Elapsed time: 0:00:00
# Errors: 3, Warnings: 0
# ** Error: C:/intelFPGA_lite/20.1/modelsim_ase/win32aloem/vcom failed.
# Executing ONERROR command at macro ./registered_adder.do line 4
Error.
Do you have any other ideas?