mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
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:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user