To see the problem:
- enter the nix environment with
nix develop .# - go to
./clashand trycabal testto see the haskell tests run (and pass) - go to
./clash/simand runpython test_top.pyto see the simulator test run. Technically it passes but that's because there's no real test, if you look at the log output you can see the problem.
then to make it pass:
- remove
axiPassthroughfromethAxisCircuitand re-run the simulator test