iverilog/tgt-vlog95
Cary R 429babf831 vlog95: Translate some assignment with opcode statements.
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.
2012-08-07 16:45:21 -07:00
..
Makefile.in Update the Makefiles to use more override able values. 2012-01-02 10:27:38 -08:00
event.c vlog95: Major rework of nexus emitting code, etc. 2012-01-02 11:29:42 -08:00
expr.c Fix mistake in post incr/decr warning messages. 2012-08-07 16:22:29 -07:00
logic_lpm.c vlog95: Add an error message that SV strings and darrays are not supported 2012-08-06 18:20:14 -07:00
misc.c vlog95: Add support for some more SV constructs and add some sorry messages 2012-08-06 10:16:35 -07:00
numbers.c vlog95: Don't emit the \n, \t, \" or \\ values as octal constants. 2012-01-06 19:34:28 -08:00
scope.c vlog95: Add an error message that SV strings and darrays are not supported 2012-08-06 18:20:14 -07:00
stmt.c vlog95: Translate some assignment with opcode statements. 2012-08-07 16:45:21 -07:00
udp.c vlog95: Major rework of nexus emitting code, etc. 2012-01-02 11:29:42 -08:00
vlog95-s.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95.c vlog95: Major rework of nexus emitting code, etc. 2012-01-02 11:29:42 -08:00
vlog95.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95_priv.h vlog95: Add support for some more SV constructs and add some sorry messages 2012-08-06 10:16:35 -07:00