Skip to content

Commit

Permalink
The + and - operators now work.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Nov 1, 1999
1 parent e1bbbe5 commit f80c4a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f80c4a3

Please sign in to comment.