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. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| enumerate.c | ||
| expression.c | ||
| priv.h | ||
| statement.c | ||
| stub-s.conf | ||
| stub.c | ||
| stub.conf | ||
| switches.c | ||