mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
#170 wishbone example now set dBusCmdMasterPipe
This commit is contained in:
parent
3deeab42fd
commit
5c7e4a0294
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ object VexRiscvCachedWishboneForSim{
|
||||||
catchIllegal = true,
|
catchIllegal = true,
|
||||||
catchUnaligned = true
|
catchUnaligned = true
|
||||||
),
|
),
|
||||||
|
dBusCmdMasterPipe = true, //required for wishbone
|
||||||
memoryTranslatorPortConfig = null
|
memoryTranslatorPortConfig = null
|
||||||
// memoryTranslatorPortConfig = MemoryTranslatorPortConfig(
|
// memoryTranslatorPortConfig = MemoryTranslatorPortConfig(
|
||||||
// portTlbSize = 6
|
// portTlbSize = 6
|
||||||
|
|
Loading…
Reference in a new issue