From f80c4a309ebb41dba77c622e568ba53dd2383ef4 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 1 Nov 1999 01:17:21 +0000 Subject: [PATCH] The + and - operators now work. --- README.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.txt b/README.txt index 814a5ac13..ae2ec6242 100644 --- a/README.txt +++ b/README.txt @@ -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.