forked from lowRISC/ibex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
src_files.yml
55 lines (54 loc) · 853 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
ibex:
incdirs: [
]
files: [
ibex_defines.sv,
ibex_tracer_defines.sv,
ibex_alu.sv,
ibex_compressed_decoder.sv,
ibex_controller.sv,
ibex_cs_registers.sv,
ibex_debug_unit.sv,
ibex_decoder.sv,
ibex_int_controller.sv,
ibex_ex_block.sv,
ibex_id_stage.sv,
ibex_if_stage.sv,
ibex_load_store_unit.sv,
ibex_multdiv_slow.sv,
ibex_multdiv_fast.sv,
ibex_prefetch_buffer.sv,
ibex_fetch_fifo.sv,
ibex_core.sv,
]
ibex_vip_rtl:
targets: [
rtl,
]
incdirs: [
]
files: [
ibex_defines.sv,
ibex_tracer_defines.sv,
ibex_tracer.sv,
]
ibex_regfile_rtl:
targets: [
rtl,
tsmc55,
gf22
]
incdirs: [
]
files: [
ibex_register_file.sv,
]
ibex_regfile_fpga:
targets: [
xilinx,
]
incdirs: [
]
files: [
ibex_register_file_ff.sv,
]