VexRiscvSmpCluster config fix

This commit is contained in:
Dolu1990 2021-08-10 12:14:39 +02:00
parent 805bd56077
commit 3deeab42fd

View file

@ -275,7 +275,7 @@ object VexRiscvSmpClusterGen {
catchUnaligned = true,
withLrSc = atomic,
withAmo = atomic,
withExclusive = atomic,
withExclusive = coherency,
withInvalidate = coherency,
withWriteAggregation = dBusWidth > 32
),