OpenCores
URL https://opencores.org/ocsvn/zpu/zpu/trunk

Subversion Repositories zpu

[/] [zpu/] [trunk/] [zpu/] [example/] [simzpu_interrupt.do] - Blame information for rev 94

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.