Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

freehdl-gennodes(1) [debian man page]

FreeHDL-GENNODES(1)						   User Commands					       FreeHDL-GENNODES(1)

NAME
FreeHDL-GENNODES - Abstract syntax tree generator used by the VHDL compiler/simulator FreeHDL. SYNOPSIS
freehdl-gennodes CMD CHUNK IN-FILE OUT-FILE DESCRIPTION
FreeHDL-GENNODES is an extensible framework for representing an abstract syntax tree. The program reads the IN-FILE and generates output for CHUNK in OUT-FILE, according to CMD. When CMD is `header', FreeHDL-GENNODES writes a header file to OUT-FILE that should be included by the users of the CHUNK. When it is `impl', it writes the implementation of CHUNK. SEE ALSO
freehdl-v2cc(1), freehdl-config(1), v2cc.libs(5) AVAILABILITY
The latest version of FreeHDL can always be obtained from www.freehdl.seul.org REPORTING BUGS
Known bugs are documented within the BUGS file. If your report addresses a parser related topic then contact Marius Vollmer <mvo@zagadka.ping.de>. If it is related to the code generator or compiler then send an email to Edwin Naroska <edwin@ds.e-technik.uni- dortmund.de>. If your are not sure send it to Edwin. He will take care of forwarding your report to the appropriate recipient. COPYRIGHT
Marius Vollmer (C) 1998, 1999, 2000, 2001 <mvo@zagadka.ping.de> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. AUTHORS
Written by Marius Vollmer <mvo@zagadka.ping.de> and Edwin Naroska <edwin@ds.e-technik.uni-dortmund.de>. Debian/GNU Linux January 2006 FreeHDL-GENNODES(1)

Check Out this Related Man Page

CARD(1) 								FSF								   CARD(1)

NAME
card - print reference card of program options SYNOPSIS
card [OPTION]... PROGRAM... DESCRIPTION
Print a reference card of the PROGRAMs thanks to their inline help. OPTIONS
-h, --help display this help and exit -v, --version display version information and exit -o, --output=FILE save the output in FILE -l, --language=LL print the help in the language LL (default: English) --command=CMD perform pretty-printing on the output of CMD (e.g. --command='netscape -help') Options for a2ps are given after `--', for instance $ card -lfr a2ps -- -Pdisplay -4 News, updates and documentation: http://www.inf.enst.fr/~demaille/a2ps/ AUTHOR
Written by Akim Demaille. REPORTING BUGS
Report bugs to <bug-a2ps@gnu.org>. COPYRIGHT
Copyright (C) 1997-99 Akim Demaille, Miguel Santana This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
a2ps(1), card(1), fixps(1), pdiff(1), psset(1), texi2dvi4a2ps(1). The full documentation for card is maintained as a Texinfo manual. If the info and card programs are properly installed at your site, the command info card should give you access to the complete manual. card 1.3 (GNU a2ps 4.13) February 2000 CARD(1)
Man Page