sv: support wand and wor of data types
authorZachary Snow <zach@zachjs.com>
Sat, 14 Aug 2021 03:51:28 +0000 (20:51 -0700)
committerZachary Snow <zachary.j.snow@gmail.com>
Tue, 21 Sep 2021 18:52:28 +0000 (14:52 -0400)
commitd6fe6d4fb62be3bb5ec876f1f56356d757b65a41
tree442c97fc61b18ed6ade75ad34417616ac2ae4baf
parent6b7267b849abf7688938e5e53ae7017e8588ff18
sv: support wand and wor of data types

This enables the usage of declarations of wand or wor with a base type
of logic, integer, or a typename. Note that declarations of nets with
2-state base types is still permitted, in violation of the spec.
CHANGELOG
frontends/verilog/verilog_parser.y
tests/verilog/net_types.sv [new file with mode: 0644]
tests/verilog/net_types.ys [new file with mode: 0644]