mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-03 08:38:07 +00:00
SystemVerilog support for implicit named port connections
This is the `foo foo(.port1, .port2);` SystemVerilog syntax introduced in IEEE1800-2005.
This commit is contained in:
parent
1332051f33
commit
88f5977093
5 changed files with 59 additions and 12 deletions
8
tests/various/implicit_ports.ys
Normal file
8
tests/various/implicit_ports.ys
Normal file
|
@ -0,0 +1,8 @@
|
|||
read_verilog -sv implicit_ports.sv
|
||||
proc; opt
|
||||
|
||||
flatten
|
||||
select -module named_ports
|
||||
|
||||
sat -verify -prove alu_result 6
|
||||
sat -verify -set-all-undef cout
|
Loading…
Add table
Add a link
Reference in a new issue