fix memserdes bit ordering
This commit is contained in:
parent
bc2b45da12
commit
b01fe4f6aa
@ -107,8 +107,7 @@ class MemSerdes(w: Int) extends Component
|
||||
}
|
||||
|
||||
io.wide.resp.valid := resp_val
|
||||
io.wide.resp.bits.tag := in_buf(io.wide.resp.bits.tag.width-1,0)
|
||||
io.wide.resp.bits.data := in_buf >> UFix(io.wide.resp.bits.tag.width)
|
||||
io.wide.resp.bits := io.wide.resp.bits.fromBits(in_buf)
|
||||
}
|
||||
|
||||
class MemDesserIO(w: Int) extends Bundle {
|
||||
|
Loading…
Reference in New Issue
Block a user