Update some warning messages.
This commit is contained in:
parent
43c204ba87
commit
8e2830fe3b
|
|
@ -106,8 +106,8 @@ void draw_switch_in_scope(ivl_switch_t sw)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "%s:%u: sorry: resistive switch modeling is not "
|
fprintf(stderr, "%s:%u: tgt-vvp sorry: resistive switch modeling "
|
||||||
"currently supported.\n",
|
"is not currently supported.\n",
|
||||||
ivl_switch_file(sw), ivl_switch_lineno(sw));
|
ivl_switch_file(sw), ivl_switch_lineno(sw));
|
||||||
vvp_errors += 1;
|
vvp_errors += 1;
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -1250,7 +1250,7 @@ static void force_link_rval(ivl_statement_t net, ivl_expr_t rval)
|
||||||
}
|
}
|
||||||
if (ivl_signal_width(lsig) > ivl_signal_width(rsig) ||
|
if (ivl_signal_width(lsig) > ivl_signal_width(rsig) ||
|
||||||
(part_off_ex && get_number_immediate(part_off_ex) != 0)) {
|
(part_off_ex && get_number_immediate(part_off_ex) != 0)) {
|
||||||
fprintf(stderr, "%s:%u: vvp-tgt sorry: cannot %s signal to "
|
fprintf(stderr, "%s:%u: tgt-vvp sorry: cannot %s signal to "
|
||||||
"a bit/part select.\n", ivl_expr_file(rval),
|
"a bit/part select.\n", ivl_expr_file(rval),
|
||||||
ivl_expr_lineno(rval), command_name);
|
ivl_expr_lineno(rval), command_name);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue