mirror of
https://github.com/YosysHQ/picorv32.git
synced 2025-01-03 03:43:38 -05:00
80f128713d
This allows other cores to depend on the generic parts of picosoc and use that as a base design.
23 lines
356 B
Text
23 lines
356 B
Text
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
|