3.1 Basic Migration Example
(Ask a Question)# Create work library (one-time setup)
vlib work
# Compile (unchanged from ModelSim)
vlog rtl/dut.sv tb/tb_dut.sv
# Simulate (unchanged from ModelSim)
vsim -c tb_dut -do "run -all; quit -f"
# Create work library (one-time setup)
vlib work
# Compile (unchanged from ModelSim)
vlog rtl/dut.sv tb/tb_dut.sv
# Simulate (unchanged from ModelSim)
vsim -c tb_dut -do "run -all; quit -f"
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.