Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSorry ,i taip wrong, act all is FA. Now i follow steps below but still cannot get the waveform.
1) vlib work 2) vmap work work 3) vlog FA.v. 4) vsim -c -do FA_run_msim_rtl_verilog.do FA -wlf waveform.wlf The contain of FA_run_msim_rtl_verilog.do as below: transcript on if {[file exists rtl_work]} { vdel -lib rtl_work -all } vlib rtl_work vmap work rtl_work vlog -vlog01compat -work work +incdir+C:/altera/11.0/quartus/chapter2/exam2_3 {C:/altera/11.0/quartus/chapter2/exam2_3/FA.v} I still have 1 question, if i taip vsim -c in command prompt, the command prompt will become Modelsim> when i taip "wave create -pattern none -portmode input -language vlog /FA/cin" it shows "wave create not supported in batch mode" can I write the script as in modelsim GUI ?