Skip to content

Commit

Permalink
[RsDecoder] Reconnet errPosIf since queue was deleted from RsForney.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorman44 committed Jul 9, 2024
1 parent 1896d13 commit 43b446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/RsDecoder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RsDecoder extends Module with GfParams {
rsForney.io.syndIf.valid := rsSynd.io.syndIf.valid

io.chienErrDetect <> rsChien.io.chienErrDetect
io.errPosIf <> rsForney.io.errPosOutIf
io.errPosIf <> rsChien.io.errPosIf
io.errValIf <> rsForney.io.errValIf

// if the syndrome is not zero then block corrupted
Expand Down

0 comments on commit 43b446e

Please sign in to comment.