forked from github/verilator
Internals: Fix dead parameter calls. No functional change.
This commit is contained in:
parent
3ea2038d3d
commit
1aec645510
@ -1857,8 +1857,8 @@ private:
|
|||||||
// Underp is used in a boolean context, reduce a multibit number to one bit
|
// Underp is used in a boolean context, reduce a multibit number to one bit
|
||||||
// Before calling this, iterate into underp with FINAL state, so numbers get resized appropriately
|
// Before calling this, iterate into underp with FINAL state, so numbers get resized appropriately
|
||||||
bool ignoreWarn = false; // Not used
|
bool ignoreWarn = false; // Not used
|
||||||
bool expWidth = 1;
|
int expWidth = 1;
|
||||||
bool expWidthMin = 1;
|
int expWidthMin = 1;
|
||||||
if (expWidth!=1) nodep->v3fatalSrc("Only for binary functions");
|
if (expWidth!=1) nodep->v3fatalSrc("Only for binary functions");
|
||||||
bool bad = widthBad(underp,expWidth,expWidthMin);
|
bool bad = widthBad(underp,expWidth,expWidthMin);
|
||||||
if (bad) {
|
if (bad) {
|
||||||
|
Loading…
Reference in New Issue
Block a user