You are on page 1of 1

# -- modelsim script - can be adapted for other simulators

# -vlib work
vcom ml_lfsr.vhd
vcom sig_reg.vhd
vcom sisr.vhd
vcom fault_cct.vhd
vcom sisr_tb.vhd
vsim -t ns -voptargs=+acc sisr_tb
add wave /*
run -all

You might also like