epfl-archive/cs208-ca/modelsim/test_Controller_complete.do
2022-04-07 18:43:21 +02:00

13 lines
237 B
Plaintext
Executable File

vlib work
vmap work work
vcom -93 ../vhdl/controller.vhd
vcom -93 ../testbench/check_functions.vhd
vcom -93 ../testbench/tb_Controller.vhd
vsim -Gtext_in=Controller/in_complete.txt tb_Controller
add wave -hex controller_0/*
run -all