SystemVerilog support for implicit named port connections
authortux3 <barrdetwix@gmail.com>
Tue, 4 Jun 2019 22:47:54 +0000 (00:47 +0200)
committertux3 <barrdetwix@gmail.com>
Thu, 6 Jun 2019 16:07:49 +0000 (18:07 +0200)
commit88f59770932720cfc1e987c98e53faedd7388ed8
tree57bdf2f9ede3a9692449e6d83992ecba0535fcda
parent1332051f331108e73ac468f226034720bd856281
SystemVerilog support for implicit named port connections

This is the `foo foo(.port1, .port2);` SystemVerilog syntax
introduced in IEEE1800-2005.
frontends/verilog/verilog_parser.y
tests/simple/run-test.sh
tests/tools/autotest.sh
tests/various/implicit_ports.sv [new file with mode: 0644]
tests/various/implicit_ports.ys [new file with mode: 0644]