clash-lang / clash-compiler

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

No more testsuite failures on questa-2023.1 and vivado-2023.1 #2595

Closed christiaanb closed 8 months ago

christiaanb commented 8 months ago

Running:

cabal run clash-testsuite

Used to fail on the following tests:

BlackBox/T1524/SystemVerilog/ModelSim
DDR/DDRout/Verilog/tools/Vivado/testBenchUA;testBenchUS;techbenchGA;testbenchGS
HOPrim/Transpose/SystemVerilog/ModelSim
Vector/VMerge/SystemVerilog/ModelSim

On my machine, which has:

With the commits in this PR, all tests pass on my machine.