Skip to content

Commit

Permalink
more confident I am avoiding a space leak in simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jun 16, 2022
1 parent b64bdeb commit b70e505
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clash-cores/src/Clash/Cores/Xilinx/DcFifo/Explicit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ dcFifo DcConfig{..} wClk rClk rst writeData rEnable =
-- reified depth
maxDepth = snatToNum @Int (powSNat (SNat @2) (SNat @depth))

-- TODO: how do we ensure it doesn't "space leak" in Haskell?
--
-- force slower first?
-- https://github.com/clash-lang/clash-compiler/blob/ea114d8edd6a110f72d148203b9db2454cae8f37/clash-prelude/src/Clash/Explicit/BlockRam.hs#L1276-L1280

go ::
FifoState n ->
Signal read Bool -> -- reset
Expand Down

0 comments on commit b70e505

Please sign in to comment.