3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-17 18:43:47 +00:00
yosys/frontends/ast
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
..
ast.cc
ast.h
dpicall.cc
genrtlil.cc
Makefile.inc
simplify.cc Fix constants bound to redeclared function args 2020-12-26 08:48:01 -07:00