aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc/picosoc.core
diff options
context:
space:
mode:
authorSteffen Vogel <post@steffenvogel.de>2019-02-11 23:13:05 +0100
committerSteffen Vogel <post@steffenvogel.de>2019-02-11 23:13:05 +0100
commitd21937bafc77e9f7d81c2f50d2ad825a39fb644c (patch)
tree3345973f0ab2b397655e9b2010fb037e1dd32f01 /picosoc/picosoc.core
parent9b7092110373932e9c40b8628820ebfe44da8668 (diff)
downloadpicorv32-d21937bafc77e9f7d81c2f50d2ad825a39fb644c.tar.gz
picorv32-d21937bafc77e9f7d81c2f50d2ad825a39fb644c.zip
picosoc: increase available memory by using SPRAM instead of BRAM for the Icebreaker example
Diffstat (limited to 'picosoc/picosoc.core')
-rw-r--r--picosoc/picosoc.core6
1 files changed, 5 insertions, 1 deletions
diff --git a/picosoc/picosoc.core b/picosoc/picosoc.core
index a6eae08..eb0988a 100644
--- a/picosoc/picosoc.core
+++ b/picosoc/picosoc.core
@@ -14,10 +14,14 @@ filesets:
targets:
default:
filesets : [picosoc]
- parameters : [PICORV32_REGS]
+ parameters : [PICORV32_REGS, PICOSOC_MEM]
parameters:
PICORV32_REGS:
datatype : str
default : picosoc_regs
paramtype : vlogdefine
+ PICOSOC_MEM:
+ datatype : str
+ default : picosoc_mem
+ paramtype : vlogdefine