1
0
mirror of synced 2026-01-29 05:21:15 +00:00
Files
YosysHQ.yosys/tests/various/const_arg_loop.v
Zachary Snow 1419c8761c Fix constants bound to redeclared function args
The changes in #2476 ensured that function inputs like `input x;`
retained their single-bit size when instantiated with a constant
argument and turned into a localparam. That change did not handle the
possibility for an input to be redeclared later on with an explicit
width, such as `integer x;`.
2020-12-26 08:48:01 -07:00

1.6 KiB