mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
fixed src_files.yml
This commit is contained in:
parent
9858198ee5
commit
d5a262cf24
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ riscv:
|
|||
riscv_core.sv,
|
||||
riscv_tracer.sv,
|
||||
]
|
||||
riscv_regfile:
|
||||
riscv_regfile_rtl:
|
||||
incdirs: [
|
||||
include,
|
||||
../../rtl/includes,
|
||||
|
@ -30,7 +30,8 @@ riscv_regfile:
|
|||
files: [
|
||||
register_file.sv,
|
||||
]
|
||||
files_xilinx_synth: [
|
||||
riscv_regfile_fpga:
|
||||
files: [
|
||||
register_file_ff.sv,
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue