clash-lang / clash-compiler

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

Add `Int*`, `Word*`, `Identity` and `Maybe` instances for `Counter` #2692

Closed martijnbastiaan closed 3 months ago

martijnbastiaan commented 3 months ago

Fixes #2534

Still TODO:

martijnbastiaan commented 3 months ago

@gergoerdi Could you check whether this does what you want?

gergoerdi commented 3 months ago

This doesn't seem to address exporting counterMin.

martijnbastiaan commented 3 months ago

This doesn't seem to address exporting counterMin.

You're right, I've exported the internal functions now. We haven't thought of anything that would need changing.