Bump firesim | fix testchipip segfaults
This commit is contained in:
@@ -100,7 +100,7 @@ class WithSimAXIMem extends HarnessBinder({
|
||||
case (th: HasHarnessInstantiators, port: AXI4MemPort, chipId: Int) => {
|
||||
val mem = LazyModule(new SimAXIMem(port.edge, size=port.params.master.size)(Parameters.empty))
|
||||
withClock(port.io.clock) { Module(mem.module) }
|
||||
mem.io_axi4.head <> port.io
|
||||
mem.io_axi4.head <> port.io.bits
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Submodule generators/testchipip updated: b3b7443538...263980a9f5
Reference in New Issue
Block a user