mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
VexRiscvSmpCluster config fix
This commit is contained in:
parent
805bd56077
commit
3deeab42fd
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ object VexRiscvSmpClusterGen {
|
||||||
catchUnaligned = true,
|
catchUnaligned = true,
|
||||||
withLrSc = atomic,
|
withLrSc = atomic,
|
||||||
withAmo = atomic,
|
withAmo = atomic,
|
||||||
withExclusive = atomic,
|
withExclusive = coherency,
|
||||||
withInvalidate = coherency,
|
withInvalidate = coherency,
|
||||||
withWriteAggregation = dBusWidth > 32
|
withWriteAggregation = dBusWidth > 32
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue