VexRiscvSmpCluster config fix

This commit is contained in:
Dolu1990 2021-08-10 12:14:39 +02:00
parent 805bd56077
commit 3deeab42fd
1 changed files with 1 additions and 1 deletions

View File

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