clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.44k stars 151 forks source link

Dynamically link clashLibTest generated executables on GHC 9.6+ #2527

Closed christiaanb closed 1 year ago

christiaanb commented 1 year ago

Fixes #2504

On GHC 9.6.2 I now get:

$ time cabal v2-run clash-testsuite -- -j8 --hide-successes -p '/.VHDL/ && /clash-lib/' --no-vivado

All 16 tests passed (21.13s)

real    0m21,413s
user    2m16,543s
sys     0m14,158s