aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
committerJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
commit489c555b41330ed9b1d69afdd8f44ef1e9a9be59 (patch)
tree64bdc5903bf099d59aa9ba9dacff03d8b7a9eda2 /README.md
parent509f729e55458eda0ed7869ad269ec52d1956043 (diff)
parentc907899422884d959632ed42c6589a0720b681e4 (diff)
downloadyosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.gz
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.bz2
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 913777f2e..efb74ef4e 100644
--- a/README.md
+++ b/README.md
@@ -259,11 +259,7 @@ for them:
- The ``tri``, ``triand``, ``trior``, ``wand`` and ``wor`` net types
-- The ``config`` keyword and library map files
-
-- The ``disable``, ``primitive`` and ``specify`` statements
-
-- Latched logic (is synthesized as logic with feedback loops)
+- The ``config`` and ``disable`` keywords and library map files
Verilog Attributes and non-standard features
@@ -420,9 +416,15 @@ Verilog Attributes and non-standard features
expressions as <size>. If the expression is not a simple identifier, it
must be put in parentheses. Examples: ``WIDTH'd42``, ``(4+2)'b101010``
-- The system tasks ``$finish`` and ``$display`` are supported in initial blocks
- in an unconditional context (only if/case statements on parameters
- and constant values). The intended use for this is synthesis-time DRC.
+- The system tasks ``$finish``, ``$stop`` and ``$display`` are supported in
+ initial blocks in an unconditional context (only if/case statements on
+ 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.)
Non-standard or SystemVerilog features for formal verification