ml507: Don't accept any messages in the stub memory slave
This commit is contained in:
parent
d749f87696
commit
1cb558d2ea
@ -46,10 +46,10 @@ class TLMemoryML507(c: MemoryML507Params)(implicit p: Parameters) extends LazyMo
|
||||
val (in, edge)= node.in(0)
|
||||
|
||||
// Tie off unused channels
|
||||
in.a.ready := Bool(true)
|
||||
in.a.ready := Bool(false)
|
||||
in.b.valid := Bool(false)
|
||||
in.c.ready := Bool(true)
|
||||
in.c.ready := Bool(false)
|
||||
in.d.valid := Bool(false)
|
||||
in.e.ready := Bool(true)
|
||||
in.e.ready := Bool(false)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user