summaryrefslogtreecommitdiffstats
path: root/picosoc/picosoc.core
diff options
context:
space:
mode:
Diffstat (limited to 'picosoc/picosoc.core')
-rw-r--r--picosoc/picosoc.core27
1 files changed, 27 insertions, 0 deletions
diff --git a/picosoc/picosoc.core b/picosoc/picosoc.core
new file mode 100644
index 0000000..eb0988a
--- /dev/null
+++ b/picosoc/picosoc.core
@@ -0,0 +1,27 @@
+CAPI=2:
+
+name : ::picosoc:0
+
+filesets:
+ picosoc:
+ files:
+ - simpleuart.v
+ - spimemio.v
+ - picosoc.v
+ file_type : verilogSource
+ depend : [picorv32]
+
+targets:
+ default:
+ filesets : [picosoc]
+ parameters : [PICORV32_REGS, PICOSOC_MEM]
+
+parameters:
+ PICORV32_REGS:
+ datatype : str
+ default : picosoc_regs
+ paramtype : vlogdefine
+ PICOSOC_MEM:
+ datatype : str
+ default : picosoc_mem
+ paramtype : vlogdefine