Chisel3 <> reverse fix
This commit is contained in:
parent
c944193e16
commit
3bb0f11e6c
@ -11,7 +11,7 @@ class MemDessert(topParams: Parameters) extends Module {
|
|||||||
implicit val p = topParams
|
implicit val p = topParams
|
||||||
val io = new MemDesserIO(p(HtifKey).width)
|
val io = new MemDesserIO(p(HtifKey).width)
|
||||||
val x = Module(new MemDesser(p(HtifKey).width))
|
val x = Module(new MemDesser(p(HtifKey).width))
|
||||||
io.narrow <> x.io.narrow
|
x.io.narrow <> io.narrow
|
||||||
io.wide <> x.io.wide
|
io.wide <> x.io.wide
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user