Update CHANGELOG and README
authorDavid Shah <dave@ds0.me>
Fri, 22 Nov 2019 15:32:46 +0000 (15:32 +0000)
committerDavid Shah <dave@ds0.me>
Sun, 2 Feb 2020 16:13:13 +0000 (16:13 +0000)
Signed-off-by: David Shah <dave@ds0.me>
CHANGELOG
README.md

index 481ba266ed5126b25098a78eeec3ccdbbee88e40..241fba9e8357590eabe9d416ee82bdca2f3ccc9e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -55,6 +55,7 @@ Yosys 0.9 .. Yosys 0.9-dev
     - Added "check -mapped"
     - Added checking of SystemVerilog always block types (always_comb,
       always_latch and always_ff)
+    - Added support for SystemVerilog wildcard port connections (.*)
     - Added "xilinx_dffopt" pass
     - Added "scratchpad" pass
     - Added "abc9 -dff"
index 77e9410dae48b63b110f1bcca9fcd8c6eadd0df6..327d407f9fad0d7f1a9b5f6cca246bdaf19b49fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -387,6 +387,10 @@ Verilog Attributes and non-standard features
   according to the type of the always. These are checked for correctness in
   ``proc_dlatch``.
 
+- The cell attribute ``wildcard_port_conns`` represents wildcard port
+  connections (SystemVerilog ``.*``). These are resolved to concrete
+  connections to matching wires in ``hierarchy``.  
+
 - In addition to the ``(* ... *)`` attribute syntax, Yosys supports
   the non-standard ``{* ... *}`` attribute syntax to set default attributes
   for everything that comes after the ``{* ... *}`` statement. (Reset