Safe Haskell | None |
---|---|
Language | Haskell2010 |
Convert a reified Lava KLEG
into a graphical Graphviz format.
- writeDotCircuit :: FilePath -> KLEG -> IO ()
Documentation
:: FilePath | Name of output dot file, can be relative or absolute path. |
-> KLEG | The reified Lava circuit. |
-> IO () |
The writeDotCircuit
function converts a Lava circuit into a graphviz output.