alkhassib
New Contributor
5 years agovcom-1576
The simulation flow progress shows these errors :
# ** Error: Waveform.vwf.vht(32): near "-": (vcom-1576) expecting IS.
# ** Error: C:/intelFPGA_lite/20.1/modelsim_ase/win32aloem/vcom failed.
The code below is from the simulation settings (VHDL):-
onerror {exit -code 1}
vlib work
vcom -work work Lab2-2.vho
vcom -work work Waveform.vwf.vht
vsim -novopt -c -t 1ps -L cyclonev -L altera -L altera_mf -L 220model -L sgate -L altera_lnsim work.Lab2-2_vhd_vec_tst
vcd file -direction Lab2-2.msim.vcd
vcd add -internal Lab2-2_vhd_vec_tst/*
vcd add -internal Lab2-2_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