Skip to content

Commit

Permalink
fixed OEHB instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Guerrieri committed Oct 2, 2023
1 parent 5c9acf0 commit 11cec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot2vhdl/src/dot_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ void parse_components ( string v_0, string v_1 )
}
else
{
//nodes[components_in_netlist].type = "OEHB";
nodes[components_in_netlist].type = "OEHB";
}
nodes[components_in_netlist].component_operator = nodes[components_in_netlist].type;
}
Expand Down

0 comments on commit 11cec0b

Please sign in to comment.