cleaning
This commit is contained in:
parent
de1c9c6fea
commit
f8b438d9dc
|
@ -131,7 +131,7 @@ object LinuxGen {
|
|||
twoCycleCache = true
|
||||
// )
|
||||
),
|
||||
memoryTranslatorPortConfig = MmuPortConfig(
|
||||
memoryTranslatorPortConfig = withMmu generate MmuPortConfig(
|
||||
portTlbSize = 4
|
||||
)
|
||||
),
|
||||
|
|
|
@ -280,7 +280,7 @@ class DBusSimplePlugin(catchAddressMisaligned : Boolean = false,
|
|||
MEMORY_ATOMIC -> True
|
||||
)
|
||||
)
|
||||
//TODO probably the cached implemention of SC is bugy (address calculation)
|
||||
|
||||
decoderService.add(
|
||||
key = SC,
|
||||
values = storeActions.filter(_._1 != SRC2_CTRL) ++ Seq(
|
||||
|
|
Loading…
Reference in New Issue