Open
Description
See https://github.com/gergoerdi/clash-protocols-issue-93
I have this in src/Main.hs
:
{-# OPTIONS -fplugin=Protocols.Plugin #-}
This is picked up by GHC when building simulations via Stack.
But when I run Clash via Clash.Main.defaultMain
(see Build.hs
in the repo), the plugin is not loaded.
Note that adding "-fplugin=Protocols.Plugin"
to the Clash.Main.defaultMain
invocation does work.