The + and - operators now work.

This commit is contained in:
steve 1999-11-01 01:17:21 +00:00
parent e1bbbe5614
commit f80c4a309e
1 changed files with 0 additions and 7 deletions

View File

@ -295,13 +295,6 @@ current state of support for Verilog.
- fork/join is not supported in vvm runtime
- structural arithmetic operators are in general not supported.
Procedural expressions are OK. Constant expressions are OK.
assign foo = a + b; // sorry
always @(a or b) foo = a + b; // OK
parameter foo = a + b; // OK
- Structural shift operators are in general not supported.
Procedural expressions are OK. Constant expressions are OK.