Skip to content

Commit

Permalink
Remove vc_free bypass in output unit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Dec 6, 2023
1 parent 3632183 commit f95653f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/router/OutputUnit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class OutputUnit(inParams: Seq[ChannelParams], ingressParams: Seq[IngressChannel
when (io.out.vc_free(i)) {
assert(s.occupied)
s.occupied := false.B
io.channel_status(i).occupied := false.B
}
} }

Expand Down

0 comments on commit f95653f

Please sign in to comment.