This patch updates the code to translate the SystemVerilog assignments with an opcode to the appropriate vlog95. This includes ++ and -- when used in a statement context. The ++ and -- operators are not currently translated in an expression context. This translation only occurs in two places: A simple assignment statement (foo += 2;) and the increment of a for statement. I still need to check if there are other places where these operators are allowed. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| event.c | ||
| expr.c | ||
| logic_lpm.c | ||
| misc.c | ||
| numbers.c | ||
| scope.c | ||
| stmt.c | ||
| udp.c | ||
| vlog95-s.conf | ||
| vlog95.c | ||
| vlog95.conf | ||
| vlog95_priv.h | ||