Put specify/endspecify inside ``
authorEddie Hung <eddie@fpgeh.com>
Fri, 20 Dec 2019 21:38:32 +0000 (13:38 -0800)
committerEddie Hung <eddie@fpgeh.com>
Fri, 20 Dec 2019 21:38:32 +0000 (13:38 -0800)
README.md

index 5cc52e842ba2592526d9bdffe0c996cfcb825bb9..0250c78466643396ee535cc50a17f130e846b287 100644 (file)
--- a/README.md
+++ b/README.md
@@ -454,10 +454,10 @@ Verilog Attributes and non-standard features
   expressions over parameters and constant values are allowed). 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.)
+- 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 these blocks are ignored.)
 
 
 Non-standard or SystemVerilog features for formal verification