ml507: Don't accept any messages in the stub memory slave
This commit is contained in:
		| @@ -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) | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user