mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-24 05:57:28 -04:00
Add proper targets for sub-ips
This commit is contained in:
parent
8edb42244b
commit
a6976b443b
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,9 @@ riscv:
|
|||
riscv_core.sv,
|
||||
]
|
||||
riscv_vip_rtl:
|
||||
targets: [
|
||||
rtl,
|
||||
]
|
||||
incdirs: [
|
||||
include,
|
||||
]
|
||||
|
@ -31,6 +34,9 @@ riscv_vip_rtl:
|
|||
riscv_simchecker.sv,
|
||||
]
|
||||
riscv_regfile_rtl:
|
||||
targets: [
|
||||
rtl,
|
||||
]
|
||||
incdirs: [
|
||||
include,
|
||||
]
|
||||
|
@ -38,6 +44,9 @@ riscv_regfile_rtl:
|
|||
register_file.sv,
|
||||
]
|
||||
riscv_regfile_fpga:
|
||||
targets: [
|
||||
xilinx,
|
||||
]
|
||||
incdirs: [
|
||||
include,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue