mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
Make build_modes a dictionary in ibex_icache_sim_cfg.hjson
This mirrors a mistaken OpenTitan commit that I made in December (4c89520 on the OT side), editing a vendored file. Oops! Match that behaviour here, so that we can re-vendor without undoing the change.
This commit is contained in:
parent
aef478fb6e
commit
e9c0a0223a
1 changed files with 3 additions and 4 deletions
|
@ -29,12 +29,11 @@
|
|||
|
||||
sim_tops: ["ibex_icache_fcov_bind"]
|
||||
|
||||
build_modes: [
|
||||
{
|
||||
name: default
|
||||
build_modes: {
|
||||
default: {
|
||||
en_build_modes: ["{tool}_memutil_dpi_scrambled_build_opts"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
// Default iterations for all tests - each test entry can override this.
|
||||
reseed: 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue