summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/example/sim_small_fpga_top.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'zpu/hdl/example/sim_small_fpga_top.vhd')
-rw-r--r--zpu/hdl/example/sim_small_fpga_top.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/example/sim_small_fpga_top.vhd b/zpu/hdl/example/sim_small_fpga_top.vhd
index 0727bea..72b2d7b 100644
--- a/zpu/hdl/example/sim_small_fpga_top.vhd
+++ b/zpu/hdl/example/sim_small_fpga_top.vhd
@@ -159,7 +159,7 @@ begin
io_reading <= '0';
dram_ready <= '0';
- interruptcounter <= to_unsigned(32, 16);
+ interruptcounter <= to_unsigned(0, 16);
interrupt <= '0';
elsif (clk'event and clk = '1') then
OpenPOWER on IntegriCloud