forked from lowRISC/ibex
-
Notifications
You must be signed in to change notification settings - Fork 25
/
src_files.yml
59 lines (58 loc) · 1002 Bytes
/
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
cve2:
incdirs: [
rtl,
shared/rtl,
]
files: [
rtl/cve2_pkg.sv,
rtl/cve2_alu.sv,
rtl/cve2_compressed_decoder.sv,
rtl/cve2_controller.sv,
rtl/cve2_cs_registers.sv,
rtl/cve2_counters.sv,
rtl/cve2_decoder.sv,
rtl/cve2_ex_block.sv,
rtl/cve2_id_stage.sv,
rtl/cve2_if_stage.sv,
rtl/cve2_wb.sv,
rtl/cve2_load_store_unit.sv,
rtl/cve2_multdiv_slow.sv,
rtl/cve2_multdiv_fast.sv,
rtl/cve2_prefetch_buffer.sv,
rtl/cve2_fetch_fifo.sv,
rtl/cve2_pmp.sv,
rtl/cve2_core.sv,
shared/rtl/prim_assert.sv,
]
cve2_vip_rtl:
targets: [
rtl,
]
incdirs: [
]
files: [
rtl/cve2_pkg.sv,
rtl/cve2_tracer_pkg.sv,
rtl/cve2_tracer.sv,
rtl/cve2_core_tracing.sv,
]
cve2_regfile_rtl:
targets: [
rtl,
tsmc55,
gf22
]
incdirs: [
]
files: [
rtl/cve2_register_file_latch.sv,
]
cve2_regfile_fpga:
targets: [
xilinx,
]
incdirs: [
]
files: [
rtl/cve2_register_file_fpga.sv,
]