iverilog/tgt-vlog95
Cary R dc7bb9149e vlog95: Add support for more statements and a delay expression
This patch adds the ability to print a delay expression (it is rescaled
to the module timescale) and adds support the following statement types:

  nonblocking assignment with a delay (event control is still missing)
  condition (if/else)
  forever
  repeat
  while (Icarus translated for loops to while loops)
  fork
  procedural continuous assign
  deassign
  force
  release
2011-01-15 15:45:08 -08:00
..
Makefile.in vlog95: Add support for more statements and a delay expression 2011-01-15 15:45:08 -08:00
expr.c vlog95: Add support for more statements and a delay expression 2011-01-15 15:45:08 -08:00
misc.c vlog95: Add support for more statements and a delay expression 2011-01-15 15:45:08 -08:00
scope.c vlog95: Add support for more statements and a delay expression 2011-01-15 15:45:08 -08:00
stmt.c vlog95: Add support for more statements and a delay expression 2011-01-15 15:45:08 -08:00
vlog95-s.conf Start adding vlog95 (1364-1995) back end. 2010-03-25 12:31:51 -07:00
vlog95.c Extend the vlog95 converter 2011-01-12 16:43:50 -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 more statements and a delay expression 2011-01-15 15:45:08 -08:00