clash-lang / clash-compiler

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

Fix `convertReset` polarity change #2548

Closed DigitalBrains1 closed 1 year ago

DigitalBrains1 commented 1 year ago

The convertReset function did not account for the possibility that the two domains might not have the same reset polarity.

Still TODO: