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:
parent
eb4fc8fb7b
commit
85652e24e0
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue