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.