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

Subversion Repositories zpu

[/] [zpu/] [trunk/] [zpu/] [example/] [simzpu_small.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_small.do
6 94 oharboe
#
7
# after 5ms simulated time ends and log.txt is produced
8
# with the hello world text output from a simulated
9
# uart/debug port output
10 93 oharboe
 
11
set BreakOnAssertion 1
12
vlib work
13
 
14
vcom -93 -explicit  zpu_config.vhd
15
vcom -93 -explicit  ../zpu4/core/zpupkg.vhd
16
vcom -93 -explicit  ../zpu4/src/txt_util.vhd
17
vcom -93 -explicit  sim_small_fpga_top_noint.vhd
18
vcom -93 -explicit  ../zpu4/core/zpu_core_small.vhd
19
vcom -93 -explicit  helloworld.vhd
20
vcom -93 -explicit  ../zpu4/src/timer.vhd
21
vcom -93 -explicit  ../zpu4/src/io.vhd
22
vcom -93 -explicit  ../zpu4/src/trace.vhd
23
 
24
# run ZPU
25
vsim fpga_top
26
view wave
27
add wave -recursive fpga_top/zpu/*
28
#add wave -recursive fpga_top/*
29
view structure
30
#view signals
31
 
32
# Enough to run tiny programs
33 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.