summaryrefslogtreecommitdiffstats
path: root/picosoc/hx8kdemo.core
blob: 97a1989608db2789b5dd8449cc9ff1d868b69624 (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
28
29
30
31
32
33
34
35
CAPI=2:

name : ::hx8kdemo:0

filesets:
  hx8kdemo:
    files: [hx8kdemo.v]
    file_type : verilogSource
    depend : [picosoc]
  hx8ksim:
    files:
      - hx8kdemo_tb.v
    file_type : verilogSource
    depend : [spiflash, "yosys:techlibs:ice40"]

  constraints:
    files: [hx8kdemo.pcf]
    file_type : PCF

targets:
  synth:
    default_tool : icestorm
    filesets : [constraints, hx8kdemo]
    tools:
      icestorm:
        arachne_pnr_options : [-d, 8k]
    toplevel : [hx8kdemo]
  sim:
    default_tool : icarus
    filesets : [hx8kdemo, hx8ksim]
    tools:
      xsim:
        xelab_options : [--timescale, 1ns/1ps]

    toplevel : [testbench]