aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-04-09 14:57:44 +0200
committerClifford Wolf <clifford@clifford.at>2016-04-09 14:57:44 +0200
commit0d91dfa59e215229d0893daa26be9add4d258e45 (patch)
treee93fbdb33c6aa25aa1e7597984fa655e73ba7261 /scripts
parentdf7f5915d77034aa9b442100fbe0dee9b66e6d8b (diff)
downloadpicorv32-0d91dfa59e215229d0893daa26be9add4d258e45.tar.gz
picorv32-0d91dfa59e215229d0893daa26be9add4d258e45.zip
Updated area table
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vivado/synth_area_top.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vivado/synth_area_top.v b/scripts/vivado/synth_area_top.v
index 18e6438..c2eddeb 100644
--- a/scripts/vivado/synth_area_top.v
+++ b/scripts/vivado/synth_area_top.v
@@ -104,6 +104,7 @@ module top_large (
output [31:0] eoi
);
picorv32 #(
+ .COMPRESSED_ISA(1),
.ENABLE_PCPI(1),
.ENABLE_MUL(1),
.ENABLE_IRQ(1)