mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Change simple system core file to provide default files
To allow other modules to reference the simple system, it must provide default files. In particular this is useful in DV settings where bind is used. Signed-off-by: Stefan Wallentowitz <stefan.wallentowitz@hm.edu>
This commit is contained in:
parent
30fff2da79
commit
b2dded5c27
1 changed files with 6 additions and 3 deletions
|
@ -83,11 +83,15 @@ parameters:
|
|||
description: "Number of PMP regions"
|
||||
|
||||
targets:
|
||||
sim:
|
||||
default_tool: verilator
|
||||
default: &default_target
|
||||
filesets:
|
||||
- tool_verilator ? (files_verilator_waiver)
|
||||
- files_sim_verilator
|
||||
toplevel: ibex_simple_system
|
||||
|
||||
sim:
|
||||
<<: *default_target
|
||||
default_tool: verilator
|
||||
parameters:
|
||||
- RV32M
|
||||
- RV32E
|
||||
|
@ -99,7 +103,6 @@ targets:
|
|||
- PMPGranularity
|
||||
- PMPNumRegions
|
||||
- SRAM_INIT_FILE
|
||||
toplevel: ibex_simple_system
|
||||
tools:
|
||||
vcs:
|
||||
vcs_options:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue