mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 22:07:43 -04:00
added src_files.txt
This commit is contained in:
parent
9f19da8c2f
commit
2a9bb089e0
1 changed files with 26 additions and 0 deletions
26
src_files.txt
Normal file
26
src_files.txt
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
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,
|
||||||
|
register_file_ff.sv,
|
||||||
|
register_file.sv,
|
||||||
|
riscv_core.sv,
|
||||||
|
riscv_tracer.sv,
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue