Forum Discussion
Well I ran into the same page, took me a while to find this article, also solving the issue with the license somehow even if setup correctly.
I have currently the problem, that the failure diapered after deleting the setting, which look like that:
onerror {exit -code 1}
vlib work
vcom -work work ORNET.vho
vcom -work work Waveform7.vwf.vht
vsim -c -t 1ps -L cyclonev -L altera -L altera_mf -L 220model -L sgate -L altera_lnsim work.ORNET_vhd_vec_tst
vcd file -direction ORNET.msim.vcd
vcd add -internal ORNET_vhd_vec_tst/*
vcd add -internal ORNET_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
But after proceeding, the simulated wave looks like the original, which means there is no output generated.
If I only use ModelSim the output is generated, but it is more comfortable to create the waveform with the interface for something like that.
Do you know what setting could be the reason, because compilation is done without error?