3.2 Two-Step Flow With Visibility (Recommended)
(Ask a Question)# Compile
vlog rtl/dut.sv tb/tb_dut.sv
# Optimize and Simulate (vsim invokes vopt internally)
vsim dut -do "run -all; quit -f" -voptargs="+acc"
# Compile
vlog rtl/dut.sv tb/tb_dut.sv
# Optimize and Simulate (vsim invokes vopt internally)
vsim dut -do "run -all; quit -f" -voptargs="+acc"
DS50004156A
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.