NFA Tools: ANML parsing, analysis, visualization, logical-to-physical mapping, partitioning
nfatool -i <input ANML file> [-m <max STEs per output file>] [-f <max fanout>] [-x <max hardware fanout>]
On Ubuntu, you will need to have libxml2-dev
installed.
You can do this by running: sudo apt-get install libxml2-dev