iverilog/tgt-stub
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 Configure for stub. 2006-04-10 03:07:07 +00:00
Makefile.in The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00
configure.in Spelling fixes (larry doolittle) 2007-02-26 19:49:48 +00:00
expression.c Create a branch object to be the argument to the access function. 2008-08-04 20:54:05 -07:00
memory.c Rearrange how memories are supported as vvp_vector4 arrays. 2005-03-03 04:33:10 +00:00
priv.h Bring switch information out to the ivl_target API. 2008-05-23 20:53:10 -07:00
statement.c Add some simple error checking. 2008-07-30 18:02:07 -07:00
stub-s.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
stub.c The -V flag gets version information from all parts. 2008-09-07 21:54:46 -07:00
stub.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
switches.c Got sense of tranvp wrong in connections to module ports. 2008-06-03 17:23:01 -07:00