How can I get a stack to compile my codebase using clash-ghc?

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?

+4
source share

Source: https://habr.com/ru/post/1679948/


All Articles