summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zpu4/src/fastdmips.do
blob: 504bf60ca592e6b877dad14b3c8f23bf4d3dd493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set BreakOnAssertion 1
vlib work

vcom -93 -explicit  zpu_config_fastsim.vhd
vcom -93 -explicit  zpupkg.vhd
vcom -93 -explicit  txt_util.vhd
vcom -93 -explicit  sim_fpga_top.vhd
vcom -93 -explicit  zpu_core.vhd
vcom -93 -explicit  dram_dmips.vhd
vcom -93 -explicit  timer.vhd
vcom -93 -explicit  io.vhd
vcom -93 -explicit  trace.vhd


vsim fpga_top
view wave

# run ZPU
run 60000 ms
OpenPOWER on IntegriCloud