forked from openhwgroup/cv32e40p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
src_files.yml
78 lines (74 loc) · 1.41 KB
/
src_files.yml
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
76
77
riscv:
incdirs: [
./rtl/include,
../../rtl/includes
]
files: [
./rtl/include/apu_core_package.sv,
./rtl/include/riscv_defines.sv,
./rtl/include/riscv_tracer_defines.sv,
./rtl/riscv_alu.sv,
./rtl/riscv_alu_basic.sv,
./rtl/riscv_alu_div.sv,
./rtl/riscv_compressed_decoder.sv,
./rtl/riscv_controller.sv,
./rtl/riscv_cs_registers.sv,
./rtl/riscv_debug_unit.sv,
./rtl/riscv_decoder.sv,
./rtl/riscv_int_controller.sv,
./rtl/riscv_ex_stage.sv,
./rtl/riscv_hwloop_controller.sv,
./rtl/riscv_hwloop_regs.sv,
./rtl/riscv_id_stage.sv,
./rtl/riscv_if_stage.sv,
./rtl/riscv_load_store_unit.sv,
./rtl/riscv_mult.sv,
./rtl/riscv_prefetch_buffer.sv,
./rtl/riscv_prefetch_L0_buffer.sv,
./rtl/riscv_core.sv,
./rtl/riscv_apu_disp.sv,
./rtl/riscv_fetch_fifo.sv,
./rtl/riscv_L0_buffer.sv,
]
riscv_vip_rtl:
targets: [
rtl,
]
incdirs: [
./rtl/include,
]
files: [
./rtl/riscv_tracer.sv,
]
flags: [
skip_synthesis,
]
riscv_regfile_rtl:
targets: [
rtl,
tsmc55,
gf22,
]
incdirs: [
./rtl/include,
]
files: [
./rtl/riscv_register_file_latch.sv,
]
riscv_regfile_verilator:
targets: [
verilator,
]
files: [
./rtl/riscv_register_file.sv,
]
riscv_regfile_fpga:
targets: [
xilinx,
]
incdirs: [
./rtl/include,
]
files: [
./rtl/riscv_register_file.sv,
]