mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
[interrupt verification] Add .uvmif support to global verif linker script (#2507)
This commit is contained in:
parent
f974e105bf
commit
bc7eeb7b01
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ SECTIONS
|
|||
. = ALIGN(0x1000);
|
||||
.tohost : { *(.tohost) }
|
||||
. = ALIGN(0x1000);
|
||||
.uvmif : { *(.uvmif) }
|
||||
. = ALIGN(0x1000);
|
||||
.text : { *(.text) }
|
||||
. = ALIGN(0x1000);
|
||||
.text.startup : { *(.text.startup) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue