1
0
mirror of synced 2026-01-19 01:37:25 +00:00
Zachary Snow 10a6bc9b81 verilog: fix sizing of ports with int types in module headers
Declaring the ports as standard module items already worked as expected.
This adds a missing usage of `checkRange()` so that headers such as
`module m(output integer x);` now work correctly.
2021-03-01 13:39:05 -05:00
..
2020-09-21 15:07:02 +02:00
2020-09-21 15:07:02 +02:00
2021-01-18 17:31:22 +01:00
2020-08-07 13:21:03 +02:00
2021-02-26 12:28:58 -05:00
2020-09-21 15:07:02 +02:00