Add missing file/line information for a full parameter reference.

This commit is contained in:
Cary R 2013-07-04 16:48:42 -07:00
parent fcbb41c391
commit d1c1997acf
1 changed files with 2 additions and 0 deletions

View File

@ -3809,6 +3809,7 @@ NetExpr* PEIdent::elaborate_expr_param_(Design*des,
perm_string name = peek_tail_name(path_);
NetEConstParam*ptmp
= new NetEConstParam(found_in, name, cvalue);
ptmp->set_line(*tmp);
if (debug_elaborate)
cerr << get_fileline() << ": debug: "
@ -3823,6 +3824,7 @@ NetExpr* PEIdent::elaborate_expr_param_(Design*des,
perm_string name = peek_tail_name(path_);
NetECRealParam*ptmp
= new NetECRealParam(found_in, name, rtmp->value());
ptmp->set_line(*tmp);
if (debug_elaborate)
cerr << get_fileline() << ": debug: "