Add support for non-constant delays in delay statements,

Support evaluating ! in constant expressions, and
 move some code from netlist.cc to net_proc.cc.
This commit is contained in:
steve
2000-07-07 04:53:53 +00:00
parent cdb3eb7e6b
commit 18eb34921f
10 changed files with 248 additions and 59 deletions
-5
View File
@@ -331,11 +331,6 @@ current state of support for Verilog.
- System functions are supported, but the compiler presumes that
they return 32 bits. This is the typical case.
- non-constant delay expressions, i.e.:
reg [7:0] del;
always #(reg) $display($time,,"del = %d", del); // sorry
- Specify blocks are parsed but ignored in general.