VexRiscvSmpCluster config fix
This commit is contained in:
parent
805bd56077
commit
3deeab42fd
|
@ -275,7 +275,7 @@ object VexRiscvSmpClusterGen {
|
|||
catchUnaligned = true,
|
||||
withLrSc = atomic,
|
||||
withAmo = atomic,
|
||||
withExclusive = atomic,
|
||||
withExclusive = coherency,
|
||||
withInvalidate = coherency,
|
||||
withWriteAggregation = dBusWidth > 32
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue