mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 05:57:28 -04:00
moved src_files.txt to src_files.yml
This commit is contained in:
parent
98a815fbc6
commit
2e7d74c8a6
1 changed files with 0 additions and 36 deletions
|
@ -1,36 +0,0 @@
|
|||
riscv:
|
||||
incdirs: [
|
||||
include,
|
||||
]
|
||||
files: [
|
||||
alu.sv,
|
||||
compressed_decoder.sv,
|
||||
controller.sv,
|
||||
cs_registers.sv,
|
||||
debug_unit.sv,
|
||||
decoder.sv,
|
||||
exc_controller.sv,
|
||||
ex_stage.sv,
|
||||
hwloop_controller.sv,
|
||||
hwloop_regs.sv,
|
||||
id_stage.sv,
|
||||
if_stage.sv,
|
||||
load_store_unit.sv,
|
||||
mult.sv,
|
||||
prefetch_buffer.sv,
|
||||
prefetch_L0_buffer.sv,
|
||||
riscv_core.sv,
|
||||
riscv_tracer.sv,
|
||||
]
|
||||
riscv_regfile:
|
||||
incdirs: [
|
||||
include,
|
||||
../../rtl/includes,
|
||||
]
|
||||
files: [
|
||||
register_file.sv,
|
||||
]
|
||||
files_xilinx_synth: [
|
||||
register_file_ff.sv,
|
||||
]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue