summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/example/simzpu_small.do
diff options
context:
space:
mode:
authoroharboe <oharboe>2008-06-25 06:09:31 +0000
committeroharboe <oharboe>2008-06-25 06:09:31 +0000
commitf3395f8b23ef4054d7a569b4bcf16ee651833d2a (patch)
tree2a56129a3db094eb406b745760cba96c10026afb /zpu/hdl/example/simzpu_small.do
parenteeff43d65567e8f0fa8634081682f0d92cee3cee (diff)
downloadzpu-f3395f8b23ef4054d7a569b4bcf16ee651833d2a.zip
zpu-f3395f8b23ef4054d7a569b4bcf16ee651833d2a.tar.gz
* do not enable interrupts for simzpu_small.do. hello world
does not have an interrupt handler, so this caused a BREAK instruction to be executed.
Diffstat (limited to 'zpu/hdl/example/simzpu_small.do')
-rw-r--r--zpu/hdl/example/simzpu_small.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/example/simzpu_small.do b/zpu/hdl/example/simzpu_small.do
index 12d231b..2b64926 100644
--- a/zpu/hdl/example/simzpu_small.do
+++ b/zpu/hdl/example/simzpu_small.do
@@ -10,7 +10,7 @@ vlib work
vcom -93 -explicit zpu_config.vhd
vcom -93 -explicit ../zpu4/core/zpupkg.vhd
vcom -93 -explicit ../zpu4/src/txt_util.vhd
-vcom -93 -explicit sim_small_fpga_top.vhd
+vcom -93 -explicit sim_small_fpga_top_noint.vhd
vcom -93 -explicit ../zpu4/core/zpu_core_small.vhd
vcom -93 -explicit helloworld.vhd
vcom -93 -explicit ../zpu4/src/timer.vhd
OpenPOWER on IntegriCloud