mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-04-24 05:57:07 -04:00
Look like precise fence.i isn't required in practice
This commit is contained in:
parent
446e9625af
commit
f5d4e745c7
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ object LinuxGen {
|
|||
new BranchPlugin(
|
||||
earlyBranch = false,
|
||||
catchAddressMisaligned = true,
|
||||
fenceiGenAsAJump = true
|
||||
fenceiGenAsAJump = false
|
||||
),
|
||||
new YamlPlugin("cpu0.yaml")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue