A constant real number is not unsized.

We can have unsized bit values, but reals always have a size.
This commit is contained in:
Cary R 2009-12-27 17:11:45 -08:00 committed by Stephen Williams
parent 0f0cadd0eb
commit ebac088511
1 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@ unsigned PEFNumber::test_width(Design*des, NetScope*scope,
{
expr_type_ = IVL_VT_REAL;
expr_width_ = 1;
unsized_flag = true;
unsized_flag = false;
expr_type__ = expr_type_;
return 1;