Skip to content

Commit

Permalink
Add notice for Protocol c => Vec n a utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbollen committed Oct 2, 2024
1 parent c7205ef commit 9ba4df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bittide/src/Bittide/Node.hs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@ managementUnitC (ManagementConfig scatterConfig gatherConfig peConfig) = circuit
scatterUnitWbC scatterConfig -< (linkIn, wbScat, wbScatCal)
idC -< (linkOut, nmuWbs)

-- These functions should be added to `clash-protocols`, there is a PR for this:
-- https://github.com/clash-lang/clash-protocols/pull/116
-- And a bittide-hardware issue:
-- https://github.com/bittide/bittide-hardware/issues/645
-- Append two separate vectors of the same circuits into one vector of circuits
appendC ::
(KnownNat n0) =>
Expand Down

0 comments on commit 9ba4df4

Please sign in to comment.