See Documentation.
Fantasi
translates graphs from the GraphML format to VHDL, and also creates an infrastructure for their analysis. It relies on pangraph
(https://github.com/tuura/pangraph.git) for the parsing of the GraphML files.
For a global install
stack install
fantasi n1.graphml
Or locally
stack build
stack exec fantasi n1.graphml
Usage: Fantasi [graphml file]
-n FILEPATH --graph-name=FILEPATH VHDL graph output file-path
-s FILEPATH --sim-name=FILEPATH VHDL simulation environment output file-path
-h --help Show this help message
-v --version Show version of Fantasi