Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 891 Bytes

Build Status

See Documentation.

fantasi

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.

Install and usage with stack

For a global install

stack install
fantasi n1.graphml

Or locally

stack build
stack exec fantasi n1.graphml

Usage

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