FNF (Free Netlist Format) is an elaborated, hierarchical, register transfer level (RTL)
netlist format used to communicate design information between frontend EDA tools.
The FNF tool translates an FNF netlist to Verilog, VHDL, C, and NuSMV.
OPTIONS
Options are processed in the order they are received.
-h OR -help
Prints this information then exits.
-read_fnf file
Read in an FNF netlist.
-write_fnf file
Write out an FNF netlist.
-write_nusmv file
Write out an NuSMV description.
-write_verilog file
Write out a Verilog netlist.
-write_vhdl file
Write out a VHDL netlist.
-write_c file
Write out a C model.
Appends '.c' and '.h' to file name.
-write_jhdl class
Write out a JHDL netlist.
Appends .java to class name.
EXAMPLES
Building an FNF netlist from Verilog using Icarus: