iverilog/tgt-vlog95
Cary R 755d0b59d6 vlog95: Add support for translating some power expressions as a left shift.
If the left power operator expression is a numeric constant that has a
value 2^n n>0 then we can use a left shift to calculate the result. This
patch adds code to do this. All other power expressions are flagged as a
compilation error.
2011-01-18 17:23:46 -08:00
..
Makefile.in Add more functionality to the vlog95 back end. 2011-01-18 17:22:02 -08:00
event.c Add more functionality to the vlog95 back end. 2011-01-18 17:22:02 -08:00
expr.c vlog95: Add support for translating some power expressions as a left shift. 2011-01-18 17:23:46 -08:00
misc.c Remove some cppcheck warnings about variable scope. 2011-01-18 17:22:11 -08:00
scope.c Add more functionality to the vlog95 back end. 2011-01-18 17:22:02 -08:00
stmt.c Remove some cppcheck warnings about variable scope. 2011-01-18 17:22:11 -08:00
vlog95-s.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95.c Add more functionality to the vlog95 back end. 2011-01-18 17:22:02 -08:00
vlog95.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95_priv.h Add more functionality to the vlog95 back end. 2011-01-18 17:22:02 -08:00