Add specify support to README
authorClifford Wolf <clifford@clifford.at>
Tue, 23 Apr 2019 21:01:38 +0000 (23:01 +0200)
committerClifford Wolf <clifford@clifford.at>
Tue, 23 Apr 2019 21:01:38 +0000 (23:01 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
README.md

index 913777f2ee463933d82573fc6de33aed488e8447..d21d60c979d15d450f2789650022e361f54abb6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -424,6 +424,11 @@ Verilog Attributes and non-standard features
   in an unconditional context (only if/case statements on parameters
   and constant values). The intended use for this is synthesis-time DRC.
 
+- There is limited support for converting specify .. endspecify statements to
+  special ``$specify2``, ``$specify3``, and ``$specrule`` cells, for use in
+  blackboxes and whiteboxes. Use ``read_verilog -specify`` to enable this
+  functionality. (By default specify .. endspecify blocks are ignored.)
+
 
 Non-standard or SystemVerilog features for formal verification
 ==============================================================