aboutsummaryrefslogtreecommitdiff
path: root/top.core
blob: e8a009dd77da25132d9cd07586e0b440f824d4fa (plain) (blame)
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
36
37
38
39
CAPI=2:
name: bingchao:riscv:top
description: Fully Linux Capable Processor

filesets:
  rtl:
    files:
      - rtl/top.sv
      - rtl/top.svh:
          is_include_file: true
    file_type: systemVerilogSource

  tb:
    files:
      - tb/top_tb.sv
    file_type: systemVerilogSource

targets:

  default: &default
    filesets:
      - rtl
    toplevel: top
    parameters:
      - clk_freq_hz

    sim:
      <<: *default
      description: Simulate the design
      default_tool: verilator
      tools:
        verilator:
          verilator_options:
        icarus:
          iverilog_options:
            - -g2012
      parameters:
        - pulses=10