Error in simulation using University VWF file Quartus Prime Lite V18.0
When attempting to perform Functional Simulation on a University VWF file, an error indicating that the file could not be found was returned. The name of the VWF file was not changed, as it had earlier been found that changing the name from the default "waveformX.vwf)" name (where X appears to indicate a number representing the number of times a simulation has been run) that Quartus assigned it. In the Simulation Settings file, it was noted that in some cases, when running simulations on the same computer, an additional / (slash) was inserted into the path, e.g.
onerror {exit -code 1}
vlib work
vlog -work work intro.vo
vlog -work work /Waveform4.vwf.vt
When the slash was removed and the settings saved, running the simulation after saving it went without fault.
Has anyone seen similar behavior and is there some setting that can be changed in Quartus to avoid this error? It appears to be inconsistent between computers running the same version that had the software installed at the same time.
Thanks for reviewing this post!