aboutsummaryrefslogtreecommitdiffstats
path: root/picosoc
diff options
context:
space:
mode:
authorOlof Kindgren <olof.kindgren@gmail.com>2018-05-11 23:30:43 +0200
committerOlof Kindgren <olof.kindgren@gmail.com>2018-07-27 23:23:41 +0200
commit80f128713d8183cd9b477754542d9bb321bc7f2b (patch)
treee751b0ead8ef76f26da383fc314b9f7e6c52ce24 /picosoc
parent262da6444cd653eae57adc400ccaf8cea330deda (diff)
downloadpicorv32-80f128713d8183cd9b477754542d9bb321bc7f2b.tar.gz
picorv32-80f128713d8183cd9b477754542d9bb321bc7f2b.zip
Add FuseSoC .core file for picosoc
This allows other cores to depend on the generic parts of picosoc and use that as a base design.
Diffstat (limited to 'picosoc')
-rw-r--r--picosoc/picosoc.core23
1 files changed, 23 insertions, 0 deletions
diff --git a/picosoc/picosoc.core b/picosoc/picosoc.core
new file mode 100644
index 0000000..a6eae08
--- /dev/null
+++ b/picosoc/picosoc.core
@@ -0,0 +1,23 @@
+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]
+
+parameters:
+ PICORV32_REGS:
+ datatype : str
+ default : picosoc_regs
+ paramtype : vlogdefine