Felix Klein
Results
12
issues of
Felix Klein
I get some ``` : error: Other error: divide by zero ``` if I compile the code attached below with `clash Top.hs --verilog -fclash-spec-limit=100`. Simulation of the _topEntity_ works fine....
bug
The following code ```haskell module Top where import Clash.Prelude topEntity :: HiddenClockResetEnable System => Signal System (Index (2 ^ 61)) topEntity = pure 0 ``` causes `clash` from master (currently...
bug