iverilog/tgt-stub
Stephen Williams d48362b861 First pass at getting strings to work.
In vvp, create the .var/str variable for representing strings, and
handle strings in the $display system task.

Add to vvp threads the concept of a stack of strings. This is going to
be how complex objects are to me handled in the future: forth-like
operation stacks. Also add the first two instructions to minimally get
strings to work.

In the parser, handle the variable declaration and make it available
to the ivl_target.h code generator. The vvp code generator can use this
information to generate the code for new vvp support.
2012-07-22 10:52:06 -07:00
..
Makefile.in Update the Makefiles to use more override able values. 2012-01-02 10:27:38 -08:00
enumerate.c Describe enum type to code generators 2010-11-20 15:09:32 -08:00
expression.c Fix incorrect function in tgt-stub/expression.c. 2011-06-26 11:19:33 -07:00
priv.h Describe enum type to code generators 2010-11-20 15:09:32 -08:00
statement.c Elaborate fork-join_none and fork-join_any statements. 2012-05-27 18:26:53 -07:00
stub-s.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
stub.c First pass at getting strings to work. 2012-07-22 10:52:06 -07:00
stub.conf Remove redundant back-end selections. 2008-09-07 16:43:54 -07:00
switches.c Show tranif delays in the diagnostic dumps. 2010-07-18 20:43:42 -07:00