io.cnt bug in serializer
This commit is contained in:
parent
1da8ef2ddf
commit
444d0449e3
@ -201,6 +201,7 @@ class FlowThroughSerializer[T <: HasTileLinkData](gen: LogicalNetworkIO[T], n: I
|
|||||||
when(io.out.ready) {
|
when(io.out.ready) {
|
||||||
cnt := cnt + UInt(1)
|
cnt := cnt + UInt(1)
|
||||||
when(wrap) {
|
when(wrap) {
|
||||||
|
cnt := UInt(0)
|
||||||
io.done := Bool(true)
|
io.done := Bool(true)
|
||||||
active := Bool(false)
|
active := Bool(false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user