1
0
Fork 0
mirror of https://github.com/YosysHQ/picorv32.git synced 2025-01-03 03:43:38 -05:00

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

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