forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ariane.core
75 lines (73 loc) · 1.77 KB
/
ariane.core
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
CAPI=2:
name : ::ariane:0
filesets:
rtl:
files:
- include/ariane_pkg.sv
- include/nbdcache_pkg.sv
- src/alu.sv
- src/ariane.sv
- src/ariane_wrapped.sv
- src/branch_unit.sv
- src/btb.sv
- src/cache_ctrl.sv
- src/commit_stage.sv
- src/compressed_decoder.sv
- src/controller.sv
- src/csr_buffer.sv
- src/csr_regfile.sv
- src/debug_unit.sv
- src/decoder.sv
- src/ex_stage.sv
- src/fetch_fifo.sv
- src/fifo.sv
- src/icache.sv
- src/id_stage.sv
- src/if_stage.sv
- src/instr_realigner.sv
- src/issue_read_operands.sv
- src/issue_stage.sv
- src/lfsr.sv
- src/load_unit.sv
- src/lsu_arbiter.sv
- src/lsu.sv
- src/miss_handler.sv
- src/mmu_sv39/mmu.sv
- src/mmu_sv32/cva6_mmu_sv32.sv
- src/mult.sv
- src/nbdcache.sv
- src/pcgen_stage.sv
- src/perf_counters.sv
- src/mmu_sv39/ptw.sv
- src/mmu_sv32/cva6_ptw_sv32.sv
- src/regfile_ff.sv
- src/scoreboard.sv
- src/store_buffer.sv
- src/store_unit.sv
- src/mmu_sv39/tlb.sv
- src/mmu_sv32/cva6_tlb_sv32.sv
file_type : systemVerilogSource
depend :
- pulp-platform.org::axi_mem_if
- tool_verilator? (pulp-platform::uvm-components)
behav_sram:
files:
- src/util/behav_sram.sv
file_type : systemVerilogSource
targets:
verilator:
default_tool : verilator
filesets: [behav_sram, rtl]
tools:
verilator:
mode : cc
verilator_options :
- --unroll-count 256
- -Wno-fatal
- -LDFLAGS
- "-lfesvr"
- -CFLAGS
- "-std=c++11"
- -Wall
- --trace
toplevel : [ariane_wrapped]