forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bender.yml
248 lines (244 loc) · 10.2 KB
/
Bender.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
package:
name: ariane
authors:
- "Florian Zaruba <[email protected]>"
- "Michael Schaffner <[email protected]>"
- "Andreas Kuster <[email protected]>"
# WT_DCACHE
export_include_dirs:
- common/submodules/common_cells/include/
- corev_apu/axi/include/
sources:
- defines:
WT_DCACHE: 1
files:
# Packages
- core/include/riscv_pkg.sv
- corev_apu/riscv-dbg/src/dm_pkg.sv
- core/include/ariane_pkg.sv
- core/include/wt_cache_pkg.sv
- corev_apu/axi/src/axi_pkg.sv
- corev_apu/register_interface/src/reg_intf.sv
- corev_apu/register_interface/src/reg_intf_pkg.sv
- core/include/axi_intf.sv
- corev_apu/tb/ariane_soc_pkg.sv
- corev_apu/tb/ariane_axi_soc_pkg.sv
- core/include/ariane_axi_pkg.sv
- core/include/std_cache_pkg.sv
- core/fpu/src/fpnew_pkg.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/defs_div_sqrt_mvp.sv
# Stand-alone source files
- core/ariane.sv
- core/serdiv.sv
- core/ariane_regfile_ff.sv
- core/amo_buffer.sv
- core/id_stage.sv
- core/branch_unit.sv
- core/instr_realign.sv
- core/load_store_unit.sv
- core/controller.sv
- core/issue_stage.sv
- core/re_name.sv
- core/csr_buffer.sv
- core/mmu_sv32/cva6_tlb_sv32.sv
- core/mmu_sv39/tlb.sv
- core/decoder.sv
- core/scoreboard.sv
- core/perf_counters.sv
- core/store_unit.sv
- core/axi_adapter.sv
- core/fpu_wrap.sv
- core/csr_regfile.sv
- core/commit_stage.sv
- core/alu.sv
- core/multiplier.sv
- core/store_buffer.sv
- core/compressed_decoder.sv
- core/axi_shim.sv
- core/ex_stage.sv
- core/mmu_sv39/mmu.sv
- core/mmu_sv39/ptw.sv
- core/mult.sv
- core/mmu_sv32/cva6_mmu_sv32.sv
- core/mmu_sv32/cva6_ptw_sv32.sv
- core/load_unit.sv
- core/issue_read_operands.sv
- core/pmp/src/pmp_entry.sv
- core/pmp/src/pmp.sv
- core/fpu/src/fpnew_fma.sv
- core/fpu/src/fpnew_opgroup_fmt_slice.sv
- core/fpu/src/fpnew_divsqrt_multi.sv
- core/fpu/src/fpnew_fma_multi.sv
- core/fpu/src/fpnew_opgroup_multifmt_slice.sv
- core/fpu/src/fpnew_classifier.sv
- core/fpu/src/fpnew_noncomp.sv
- core/fpu/src/fpnew_cast_multi.sv
- core/fpu/src/fpnew_opgroup_block.sv
- core/fpu/src/fpnew_rounding.sv
- core/fpu/src/fpnew_top.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/iteration_div_sqrt_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/nrbd_nrsc_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/div_sqrt_top_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/preprocess_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/control_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/norm_div_sqrt_mvp.sv
- core/fpu/src/fpu_div_sqrt_mvp/hdl/div_sqrt_mvp_wrapper.sv
- core/frontend/frontend.sv
- core/frontend/instr_scan.sv
- core/frontend/instr_queue.sv
- core/frontend/bht.sv
- core/frontend/btb.sv
- core/frontend/ras.sv
- core/cache_subsystem/tag_cmp.sv
- core/cache_subsystem/cache_ctrl.sv
- core/cache_subsystem/amo_alu.sv
- core/cache_subsystem/wt_axi_adapter.sv
- core/cache_subsystem/wt_dcache_ctrl.sv
- core/cache_subsystem/wt_cache_subsystem.sv
- core/cache_subsystem/wt_dcache_missunit.sv
- core/cache_subsystem/cva6_icache.sv
- core/cache_subsystem/wt_dcache_wbuffer.sv
- core/cache_subsystem/wt_l15_adapter.sv
- core/cache_subsystem/wt_dcache_mem.sv
- core/cache_subsystem/cva6_icache_axi_wrapper.sv
- core/cache_subsystem/std_cache_subsystem.sv
- core/cache_subsystem/wt_dcache.sv
- corev_apu/clint/axi_lite_interface.sv
- corev_apu/clint/clint.sv
- corev_apu/fpga/src/axi2apb/src/axi2apb_wrap.sv
- corev_apu/fpga/src/axi2apb/src/axi2apb.sv
- corev_apu/fpga/src/axi2apb/src/axi2apb_64_32.sv
- corev_apu/fpga/src/axi_slice/src/axi_w_buffer.sv
- corev_apu/fpga/src/axi_slice/src/axi_b_buffer.sv
- corev_apu/fpga/src/axi_slice/src/axi_slice_wrap.sv
- corev_apu/fpga/src/axi_slice/src/axi_slice.sv
- corev_apu/fpga/src/axi_slice/src/axi_single_slice.sv
- corev_apu/fpga/src/axi_slice/src/axi_ar_buffer.sv
- corev_apu/fpga/src/axi_slice/src/axi_r_buffer.sv
- corev_apu/fpga/src/axi_slice/src/axi_aw_buffer.sv
- corev_apu/fpga/src/apb_timer/apb_timer.sv
- corev_apu/fpga/src/apb_timer/timer.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_amos.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_atomics.sv
- corev_apu/src/axi_riscv_atomics/src/axi_res_tbl.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_lrsc_wrap.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_amos_alu.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_lrsc.sv
- corev_apu/src/axi_riscv_atomics/src/axi_riscv_atomics_wrap.sv
- corev_apu/axi_mem_if/src/axi2mem.sv
- corev_apu/rv_plic/rtl/rv_plic_target.sv
- corev_apu/rv_plic/rtl/rv_plic_gateway.sv
- corev_apu/rv_plic/rtl/plic_regmap.sv
- corev_apu/rv_plic/rtl/plic_top.sv
- corev_apu/riscv-dbg/src/dmi_cdc.sv
- corev_apu/riscv-dbg/src/dmi_jtag.sv
- corev_apu/riscv-dbg/src/dmi_jtag_tap.sv
- corev_apu/riscv-dbg/src/dm_csrs.sv
- corev_apu/riscv-dbg/src/dm_mem.sv
- corev_apu/riscv-dbg/src/dm_sba.sv
- corev_apu/riscv-dbg/src/dm_top.sv
- corev_apu/riscv-dbg/debug_rom/debug_rom.sv
- corev_apu/register_interface/src/apb_to_reg.sv
- corev_apu/axi/src/axi_multicut.sv
- common/submodules/common_cells/src/cf_math_pkg.sv
- common/submodules/common_cells/src/deprecated/generic_fifo.sv
- common/submodules/common_cells/src/deprecated/pulp_sync.sv
- common/submodules/common_cells/src/deprecated/find_first_one.sv
- common/submodules/common_cells/src/rstgen_bypass.sv
- common/submodules/common_cells/src/rstgen.sv
- common/submodules/common_cells/src/stream_mux.sv
- common/submodules/common_cells/src/stream_demux.sv
- common/submodules/common_cells/src/stream_arbiter.sv
- common/submodules/common_cells/src/stream_arbiter_flushable.sv
- corev_apu/axi/src/axi_cut.sv
- corev_apu/axi/src/axi_join.sv
- corev_apu/axi/src/axi_delayer.sv
- corev_apu/axi/src/axi_to_axi_lite.sv
- corev_apu/axi/src/axi_id_prepend.sv
- corev_apu/axi/src/axi_atop_filter.sv
- corev_apu/axi/src/axi_err_slv.sv
- corev_apu/axi/src/axi_mux.sv
- corev_apu/axi/src/axi_demux.sv
- corev_apu/axi/src/axi_xbar.sv
- corev_apu/fpga-support/rtl/SyncSpRamBeNx64.sv
- common/submodules/common_cells/src/sync.sv
- common/submodules/common_cells/src/popcount.sv
- common/submodules/common_cells/src/unread.sv
- common/submodules/common_cells/src/cdc_2phase.sv
- common/submodules/common_cells/src/spill_register_flushable.sv
- common/submodules/common_cells/src/spill_register.sv
- common/submodules/common_cells/src/edge_detect.sv
- common/submodules/common_cells/src/fifo_v3.sv
- common/submodules/common_cells/src/deprecated/fifo_v2.sv
- common/submodules/common_cells/src/deprecated/fifo_v1.sv
- common/submodules/common_cells/src/lzc.sv
- common/submodules/common_cells/src/rr_arb_tree.sv
- common/submodules/common_cells/src/deprecated/rrarbiter.sv
- common/submodules/common_cells/src/stream_delay.sv
- common/submodules/common_cells/src/lfsr.sv
- common/submodules/common_cells/src/lfsr_8bit.sv
- common/submodules/common_cells/src/lfsr_16bit.sv
- common/submodules/common_cells/src/counter.sv
- common/submodules/common_cells/src/shift_reg.sv
- common/submodules/common_cells/src/exp_backoff.sv
- common/submodules/common_cells/src/addr_decode.sv
- common/submodules/common_cells/src/stream_register.sv
- corev_apu/src/tech_cells_generic/src/cluster_clock_inverter.sv
- corev_apu/src/tech_cells_generic/src/pulp_clock_mux2.sv
- target: not(cv32a6)
files:
- core/include/cv64a6_imafdc_sv39_config_pkg.sv
- target: cv32a6
files:
- core/include/cv32a6_imac_sv0_config_pkg.sv
- target: test
files:
- corev_apu/tb/ariane_soc_pkg.sv
- corev_apu/tb/ariane_axi_soc_pkg.sv
- corev_apu/tb/ariane_testharness.sv
- corev_apu/tb/ariane_peripherals.sv
- corev_apu/tb/common/uart.sv
- corev_apu/tb/common/SimDTM.sv
- corev_apu/tb/common/SimJTAG.sv
- corev_apu/bootrom/bootrom.sv
- corev_apu/tb/common/mock_uart.sv
- common/local/util/sram.sv
- target: not(synthesis)
files:
- common/local/util/instr_tracer.sv
- common/local/util/instr_tracer_if.sv
- common/local/util/instr_trace_item.svh
- common/local/util/ex_trace_item.svh
- target: all(fpga, xilinx)
files:
- corev_apu/fpga/src/ariane_peripherals_xilinx.sv
- corev_apu/fpga/src/ariane_xilinx.sv
- corev_apu/fpga/src/fan_ctrl.sv
- corev_apu/fpga/src/bootrom/bootrom.sv
- corev_apu/fpga/src/ariane-ethernet/ssio_ddr_in.sv
- corev_apu/fpga/src/ariane-ethernet/rgmii_soc.sv
- corev_apu/fpga/src/ariane-ethernet/axis_gmii_rx.sv
- corev_apu/fpga/src/ariane-ethernet/oddr.sv
- corev_apu/fpga/src/ariane-ethernet/axis_gmii_tx.sv
- corev_apu/fpga/src/ariane-ethernet/dualmem_widen8.sv
- corev_apu/fpga/src/ariane-ethernet/rgmii_phy_if.sv
- corev_apu/fpga/src/ariane-ethernet/dualmem_widen.sv
- corev_apu/fpga/src/ariane-ethernet/rgmii_lfsr.sv
- corev_apu/fpga/src/ariane-ethernet/rgmii_core.sv
- corev_apu/fpga/src/ariane-ethernet/eth_mac_1g.sv
- corev_apu/fpga/src/ariane-ethernet/eth_mac_1g_rgmii.sv
- corev_apu/fpga/src/ariane-ethernet/eth_mac_1g_rgmii_fifo.sv
- corev_apu/fpga/src/ariane-ethernet/iddr.sv
- corev_apu/fpga/src/ariane-ethernet/framing_top.sv
- corev_apu/fpga/src/apb_uart/src/apb_uart.vhd
- corev_apu/fpga/src/apb_uart/src/uart_transmitter.vhd
- corev_apu/fpga/src/apb_uart/src/uart_interrupt.vhd
- corev_apu/fpga/src/apb_uart/src/slib_mv_filter.vhd
- corev_apu/fpga/src/apb_uart/src/slib_input_filter.vhd
- corev_apu/fpga/src/apb_uart/src/slib_counter.vhd
- corev_apu/fpga/src/apb_uart/src/uart_receiver.vhd
- corev_apu/fpga/src/apb_uart/src/slib_input_sync.vhd
- corev_apu/fpga/src/apb_uart/src/slib_edge_detect.vhd
- corev_apu/fpga/src/apb_uart/src/slib_clock_div.vhd
- corev_apu/fpga/src/apb_uart/src/slib_fifo.vhd
- corev_apu/fpga/src/apb_uart/src/uart_baudgen.vhd