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.
This commit is contained in:
Olof Kindgren 2018-05-11 23:30:43 +02:00
parent 262da6444c
commit 80f128713d
1 changed files with 23 additions and 0 deletions

23
picosoc/picosoc.core Normal file
View File

@ -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