Skip to content

Commit

Permalink
Add a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krame505 authored and quark17 committed Jan 3, 2024
1 parent 48aa092 commit 99456fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/GenC/GenCMsg/GenCMsg.bs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ instance (GenCRepr a gcrBytes, GenAllCDecls a, Bits a bBits) =>
let credits :: Reg (UInt 8)
credits = head rxCredits

-- TODO: A more efficient approach would be to make credits a CReg.
-- See discussion on https://github.com/B-Lang-org/bsc-contrib/pull/22
restoreCredits :: FIFOF ()
restoreCredits <- mkFIFOF

Expand Down

0 comments on commit 99456fc

Please sign in to comment.