summaryrefslogtreecommitdiffstats
path: root/picosoc/spiflash.core
blob: 1b7d153889b0bcf676ec3a8cce3b95ccdcdbaccd (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
CAPI=2:

name : ::spiflash:0

filesets:
  model:
    files : [spiflash.v]
    file_type : verilogSource
  tb:
    files : [spiflash_tb.v]
    file_type : verilogSource

targets:
  default:
    default_tool : icarus
    filesets : [model, "is_toplevel? (tb)"]
    parameters : [firmware]
    toplevel : [testbench]

parameters :
  firmware:
    datatype    : file
    description : Initial SPI Flash contents (in verilog hex format)
    paramtype   : plusarg