epfl-archive/cs208-ca/modelsim/test_Controller0.do

13 lines
229 B
Plaintext
Raw Normal View History

2022-04-07 18:43:21 +02:00
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/in0.txt tb_Controller
add wave -hex controller_0/*
run -all