Skip to content

Commit

Permalink
Fix typo in warning message (issue #1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwhitaker committed Jan 1, 2025
1 parent 875828f commit 52b34e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3075,7 +3075,7 @@ static void check_if_logic_l_value(const NetAssignBase *base,

if ((sig->data_type() != IVL_VT_BOOL) &&
(sig->data_type() != IVL_VT_LOGIC)) {
cerr << base->get_fileline() << ": warning: Assinging to a "
cerr << base->get_fileline() << ": warning: Assigning to a "
"non-integral variable ("<< sig->name()
<< ") cannot be synthesized "
<< get_process_type_as_string(pr_type) << endl;
Expand Down

0 comments on commit 52b34e6

Please sign in to comment.