iverilog/ivlpp
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 ivlpp: Removed the unnecessary parser 2008-02-19 09:31:02 -08:00
Makefile.in The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00
globals.h ivlpp: Removed the unnecessary parser 2008-02-19 09:31:02 -08:00
ivlpp.txt Spelling fixes 2008-01-29 20:24:24 -08:00
lexor.lex Work around a flex limitation with yyrestart() 2008-08-28 17:41:13 -07:00
main.c The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00