diff options
author | Stefan Biereigel <stefan@biereigel.de> | 2019-05-27 18:07:12 +0200 |
---|---|---|
committer | Stefan Biereigel <stefan@biereigel.de> | 2019-05-27 18:07:12 +0200 |
commit | 7f11a732102c9e5c32871de9aad2de95b20d988f (patch) | |
tree | ac65cb97c9fbf807d8d9b8a05a32b7462b948ad5 | |
parent | cd12f2ddcfbdbfbf147afc2c90ddc54ec1f74485 (diff) | |
download | yosys-7f11a732102c9e5c32871de9aad2de95b20d988f.tar.gz yosys-7f11a732102c9e5c32871de9aad2de95b20d988f.tar.bz2 yosys-7f11a732102c9e5c32871de9aad2de95b20d988f.zip |
update README.md with wand/wor information
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,7 +138,7 @@ writing the design to the console in Yosys's internal format: yosys> write_ilang -elaborate design hierarchy: +elaborate design hierarchy and convert wand/wor nets to logic: yosys> hierarchy @@ -257,7 +257,7 @@ for them: - Non-synthesizable language features as defined in IEC 62142(E):2005 / IEEE Std. 1364.1(E):2002 -- The ``tri``, ``triand``, ``trior``, ``wand`` and ``wor`` net types +- The ``tri``, ``triand`` and ``trior`` net types - The ``config`` and ``disable`` keywords and library map files |