summaryrefslogtreecommitdiffstats
path: root/picosoc/picosoc.core
blob: eb0988a0e1bbc08d26f522a20c824163f6e951e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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, PICOSOC_MEM]

parameters:
  PICORV32_REGS:
    datatype : str
    default  : picosoc_regs
    paramtype : vlogdefine
  PICOSOC_MEM:
    datatype : str
    default : picosoc_mem
    paramtype : vlogdefine