iverilog/driver
Stephen Williams 527f5c4849 The -V flag gets version information from all parts.
When the -V flag is passed to the iverilog command, we can easily
print the version information for the driver itself, but it is also
valuable to probe all the components that would have been used for
a real compile. So the driver executes the preprocessor and the ivl
core to have them print version information.

The ivl core program also tries to load the target code generator
and get version information to print. For this to work, create a new
optional entry point "target_query" that takes a query key string as
an argument and returns a const string as the result. Use this with
the key "version" to get version information out of the target.
2008-09-07 21:54:46 -07:00
..
.cvsignore Ignore generated pdf and ps files. 2002-07-01 03:54:08 +00:00
Makefile.in Build files compatible with snapshot 20080830 2008-08-30 17:09:51 -07:00
cflexor.lex Non-controversial whitespace cleanup 2008-09-04 21:31:30 -07:00
cfparse.y Command files can nest, -f is an alias for -c and better error messages. 2007-10-02 19:40:45 -07:00
cfparse_misc.h Compile portability issues. 2008-02-05 20:36:57 -08:00
globals.h Spelling fixes 2008-01-29 20:24:24 -08:00
iverilog.man Non-controversial whitespace cleanup 2008-09-04 21:31:30 -07:00
main.c The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00
substit.c Fix various unsigned compare warnings. 2003-12-19 01:27:10 +00:00