I have a Haskell codebase that currently uses Stack to compile. Unfortunately, as far as I can tell, Stack allows me to compile with GHC or GHCJS. I would like to use Stack to compile with clash-ghc , which uses GHC as the front-end to create RTL circuits (Verilog / VHDL).
Is this possible, and if so, how to do it?
source
share