aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/quartus/system.v
diff options
context:
space:
mode:
authorTom Verbeure <tom_verbeure@yahoo.com>2016-08-30 22:54:14 -0700
committerTom Verbeure <tom_verbeure@yahoo.com>2016-08-30 22:54:14 -0700
commite7f5d640cab596410cb21bab0ac7bc49c3ad87b7 (patch)
tree258e609c33e2be606d807cf3c7220b9bbb4d7860 /scripts/quartus/system.v
parent209456a6c88c9460625c7fa7903f9561ba2005ad (diff)
downloadpicorv32-e7f5d640cab596410cb21bab0ac7bc49c3ad87b7.tar.gz
picorv32-e7f5d640cab596410cb21bab0ac7bc49c3ad87b7.zip
synth_system
Diffstat (limited to 'scripts/quartus/system.v')
-rw-r--r--scripts/quartus/system.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/quartus/system.v b/scripts/quartus/system.v
index c4882a1..19a4b8d 100644
--- a/scripts/quartus/system.v
+++ b/scripts/quartus/system.v
@@ -8,7 +8,7 @@ module system (
output reg out_byte_en
);
// set this to 0 for better timing but less performance/MHz
- parameter FAST_MEMORY = 1;
+ parameter FAST_MEMORY = 0;
// 4096 32bit words = 16kB memory
parameter MEM_SIZE = 4096;