Add documentation for anyconst/anyseq/allconst/allseq attribute
authorClifford Wolf <clifford@clifford.at>
Fri, 6 Apr 2018 12:37:43 +0000 (14:37 +0200)
committerClifford Wolf <clifford@clifford.at>
Fri, 6 Apr 2018 12:37:43 +0000 (14:37 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
README.md

index 514d8e2f79eaf2815f3d0944446c6bdeb5628e0c..2a7a3b6ee504173e0984ac4e0fc5eaae603d2d6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -402,6 +402,10 @@ Non-standard or SystemVerilog features for formal verification
   statements it is sufficient if just one ``$allconst/$allseq`` value triggers
   the property (similar to ``$anyconst/$anyseq``).
 
+- Wires/registers decalred using the ``anyconst/anyseq/allconst/allseq`` attribute
+  (for example ``(* anyconst *) reg [7:0] foobar;``) will behave as if driven
+  by a ``$anyconst/$anyseq/$allconst/$allseq`` function.
+
 - The SystemVerilog tasks ``$past``, ``$stable``, ``$rose`` and ``$fell`` are
   supported in any clocked block.