23 lines
757 B
Plaintext
23 lines
757 B
Plaintext
## NOTE: Do not edit this file.
|
|
##
|
|
vlib work
|
|
vcom -explicit -93 "../../../PCK_FIO-1.16/PCK_FIO.vhd"
|
|
vcom -explicit -93 "../src/core/cpu_pkg.vhd"
|
|
vcom -explicit -93 "../src/core/stack_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/reg_dual.vhd"
|
|
vcom -explicit -93 "../src/core/chipram.vhd"
|
|
vcom -explicit -93 "../src/core/chipreg.vhd"
|
|
vcom -explicit -93 "../src/core/pc.vhd"
|
|
vcom -explicit -93 "../src/core/dpath_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/int_ctrl.vhd"
|
|
vcom -explicit -93 "../src/core/alu.vhd"
|
|
vcom -explicit -93 "../src/core/cpu.vhd"
|
|
vcom -explicit -93 "../src/irom_reti_issue.vhdl"
|
|
vcom -explicit -93 "../src/core/tb_cpu.vhd"
|
|
vsim -t 1ps -lib work tb_cpu
|
|
do {tb_cpu_reti_issue.wdo}
|
|
view wave
|
|
view structure
|
|
view signals
|
|
run 50us
|