summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2011-10-28 11:25:31 +0200
committerBert Lange <b.lange@hzdr.de>2011-10-28 11:25:31 +0200
commit221eb9f6525789d20f2895b2de775bf345cf97cb (patch)
treed2de23511f1579d1170c61665c13ea68d413cf0c /zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000
parent662a6952bc04419ac063cf3eb2b5917978eec0a1 (diff)
downloadzpu-221eb9f6525789d20f2895b2de775bf345cf97cb.zip
zpu-221eb9f6525789d20f2895b2de775bf345cf97cb.tar.gz
minor fix: reduce simulation warnings at 0 ps
Diffstat (limited to 'zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000')
-rw-r--r--zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/top.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/top.vhd b/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/top.vhd
index fbca62b..4a93c4f 100644
--- a/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/top.vhd
+++ b/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/top.vhd
@@ -102,7 +102,7 @@ architecture rtl of top is
---------------------------
-- constant declarations
- constant zpu_flavour : zpu_type := zpu_small; -- choose your flavour HERE
+ constant zpu_flavour : zpu_type := zpu_medium; -- choose your flavour HERE
-- modify frequency here
constant clk_multiply : positive := 3; -- 9 for small, 3 for medium
constant clk_divide : positive := 2; -- 5 for small, 2 for medium
OpenPOWER on IntegriCloud