diff options
author | Zachary Snow <zach@zachjs.com> | 2020-12-26 08:39:57 -0700 |
---|---|---|
committer | Zachary Snow <zach@zachjs.com> | 2020-12-26 08:48:01 -0700 |
commit | 1419c8761cc7594f56855546a633f8bdf0e3ebca (patch) | |
tree | c002566f1988d5f5a6bea7fc11bcc9edb64d656e /manual/command-reference-manual.tex | |
parent | 449154803737f45406f711d965113536bc8ae818 (diff) | |
download | yosys-1419c8761cc7594f56855546a633f8bdf0e3ebca.tar.gz yosys-1419c8761cc7594f56855546a633f8bdf0e3ebca.tar.bz2 yosys-1419c8761cc7594f56855546a633f8bdf0e3ebca.zip |
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;`.
Diffstat (limited to 'manual/command-reference-manual.tex')
0 files changed, 0 insertions, 0 deletions