iverilog/tgt-vlog95
Prasad Joshi 6a40d9edaa Change the net expression cast from 'i' to 'v'
Icarus uses 'i' in the net expressions for a cast to integer. Replacing
it with 'v' would free the character 'i' that can be used for increment
operators. This changes cast operators to become 'v', '2', and 'r'.

Signed-off-by: Prasad Joshi <prasad@canopusconsultancy.com>
Suggested-by: Cary R. <cygcary@yahoo.com>
2011-08-07 11:40:34 -07:00
..
Makefile.in vlog95: Add support for UDPs, DFFs, constant nets and bug fixes. 2011-02-10 19:07:51 -08:00
event.c vlog95: Add support for escaped ids and most module ports 2011-03-14 16:53:59 -07:00
expr.c Change the net expression cast from 'i' to 'v' 2011-08-07 11:40:34 -07:00
logic_lpm.c vlog95: Add debug code for emitting a nexus. 2011-07-19 20:09:57 -07:00
misc.c Change the net expression cast from 'i' to 'v' 2011-08-07 11:40:34 -07:00
numbers.c vlog95: Print structural string constants and a few other fixes 2011-04-20 17:50:41 -07:00
scope.c vlog95: Add support for most unconnected ports and more signed support. 2011-03-23 11:38:05 -07:00
stmt.c vlog95: Add support for escaped ids and most module ports 2011-03-14 16:53:59 -07:00
udp.c vlog95: Add support for escaped ids and most module ports 2011-03-14 16:53:59 -07:00
vlog95-s.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95.c vlog95: Add a flag to allow signed. 2011-03-16 10:53:51 -07:00
vlog95.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95_priv.h vlog95: Add debug code for emitting a nexus. 2011-07-19 20:09:57 -07:00