Forum Discussion
8 Replies
- knutn
Occasional Contributor
- GustavoK
New Contributor
Thanks, the problem is solved.
- ABDULHAKIM_LUKWAGO
New Contributor
Thank you. it worked. but guys should know that what they are deleting is a text
- Carsten3
New Contributor
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?
- NourBadra
New Contributor
Did you find the solution?
- jmdaihli
New Contributor
am experiencing the same issue where the output waveform is the same as the input after deleting the -novopt
i then tried to suppress it but as well didnt work.
Can anyone from intel help.
Thanks
- icyplum99
New Contributor
I just got the license of Questa starter and got same issue with no changes after deleting the -novopt. Anyone knows how to solve it?
- NourBadra
New Contributor
I downloaded another version 18.1 and it is working well