[skip ci] Update comment on SimAXIMem

This commit is contained in:
Colin Schmidt
2020-05-27 07:57:25 -07:00
committed by GitHub
parent 0a954ae4cc
commit b5a067b955

View File

@@ -208,7 +208,7 @@ class SmallSPIFlashRocketConfig extends Config(
class SimAXIRocketConfig extends Config(
new chipyard.iobinders.WithUARTAdapter ++
new chipyard.iobinders.WithTieOffInterrupts ++
new chipyard.iobinders.WithSimAXIMem ++ // drive the master AXI4 memory with a SimAXIMem
new chipyard.iobinders.WithSimAXIMem ++ // drive the master AXI4 memory with a SimAXIMem, a 1-cycle magic memory
new chipyard.iobinders.WithTiedOffDebug ++
new chipyard.iobinders.WithSimSerial ++
new testchipip.WithTSI ++