mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
26 lines
461 B
Text
26 lines
461 B
Text
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,
|
|
]
|