mirror of https://github.com/YosysHQ/picorv32.git
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:
parent
262da6444c
commit
80f128713d
|
@ -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
|
Loading…
Reference in New Issue