1FreeHDL-GENNODES(1) User Commands FreeHDL-GENNODES(1)
2
3
4
6 FreeHDL-GENNODES - Abstract syntax tree generator used by the VHDL com‐
7 piler/simulator FreeHDL.
8
10 freehdl-gennodes CMD CHUNK IN-FILE OUT-FILE
11
13 FreeHDL-GENNODES is an extensible framework for representing an
14 abstract syntax tree. The program reads the IN-FILE and generates out‐
15 put for CHUNK in OUT-FILE, according to CMD.
16
17 When CMD is `header', FreeHDL-GENNODES writes a header file to OUT-FILE
18 that should be included by the users of the CHUNK. When it is `impl',
19 it writes the implementation of CHUNK.
20
22 freehdl-v2cc(1), freehdl-config(1), v2cc.libs(5)
23
25 The latest version of FreeHDL can always be obtained from www.free‐
26 hdl.seul.org
27
29 Known bugs are documented within the BUGS file. If your report
30 addresses a parser related topic then contact Marius Vollmer
31 <mvo@zagadka.ping.de>. If it is related to the code generator or com‐
32 piler then send an email to Edwin Naroska <edwin@ds.e-technik.uni-dort‐
33 mund.de>. If your are not sure send it to Edwin. He will take care of
34 forwarding your report to the appropriate recipient.
35
37 Marius Vollmer © 1998, 1999, 2000, 2001 <mvo@zagadka.ping.de>
38
39 This is free software; see the source for copying conditions. There is
40 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
41 PURPOSE.
42
44 Written by Marius Vollmer <mvo@zagadka.ping.de> and Edwin Naroska
45 <edwin@ds.e-technik.uni-dortmund.de>.
46
47
48
49Debian/GNU Linux January 2006 FreeHDL-GENNODES(1)