v0_8: explicitly state the V0.8 cannot evaluate constant real expressions.

V0.8 does not have the code to evaluate constant real expressions. This
patch adds a line to the normal error message that says this explicitly.
This commit is contained in:
Cary R 2007-10-29 09:39:12 -07:00 committed by Stephen Williams
parent eb4fc8fb7b
commit 85652e24e0
1 changed files with 1 additions and 0 deletions

View File

@ -396,6 +396,7 @@ void NetScope::evaluate_parameters(Design*des)
<< ": internal error: "
"unable to evaluate real parameter values: " <<
*expr << endl;
cerr << "FYI: V0.8 cannot evaluate constant real expressions." << endl;
des->errors += 1;
continue;
}