A constant real number is not unsized.
We can have unsized bit values, but reals always have a size.
This commit is contained in:
parent
0f0cadd0eb
commit
ebac088511
|
|
@ -1729,7 +1729,7 @@ unsigned PEFNumber::test_width(Design*des, NetScope*scope,
|
||||||
{
|
{
|
||||||
expr_type_ = IVL_VT_REAL;
|
expr_type_ = IVL_VT_REAL;
|
||||||
expr_width_ = 1;
|
expr_width_ = 1;
|
||||||
unsized_flag = true;
|
unsized_flag = false;
|
||||||
|
|
||||||
expr_type__ = expr_type_;
|
expr_type__ = expr_type_;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue