add: GPIO module to zealot SoC
[zpu.git] / zpu / hdl / example / simzpu_interrupt.do
blob864bf76c2cd11261877e0364d1efa3b052bcb8d8
1 # Xilinx WebPack modelsim script\r
2 #\r
3 \r
4 # cd C:/workspace/zpu/zpu/hdl/example\r
5 # do simzpu_interrupt.do\r
6 \r
7 set BreakOnAssertion 1\r
8 vlib work\r
9 \r
10 vcom -93 -explicit  zpu_config.vhd\r
11 vcom -93 -explicit  ../zpu4/core/zpupkg.vhd\r
12 vcom -93 -explicit  ../zpu4/src/txt_util.vhd\r
13 vcom -93 -explicit  sim_small_fpga_top.vhd\r
14 vcom -93 -explicit  ../zpu4/core/zpu_core_small.vhd\r
15 vcom -93 -explicit  interrupt.vhd\r
16 vcom -93 -explicit  ../zpu4/src/timer.vhd\r
17 vcom -93 -explicit  ../zpu4/src/io.vhd\r
18 vcom -93 -explicit  ../zpu4/src/trace.vhd\r
20 # run ZPU\r
21 vsim fpga_top\r
22 view wave\r
23 add wave -recursive fpga_top/zpu/*\r
24 #add wave -recursive fpga_top/*\r
25 view structure\r
26 #view signals\r
28 # Enough to run tiny programs\r
29 run 10 ms\r