Skip to content

Commit

Permalink
Correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadmehmood committed Nov 28, 2024
1 parent 9ac2538 commit fc117f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design_edit/src/rs_design_edit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ struct DesignEditRapidSilicon : public ScriptPass {
string module_name = remove_backslashes(cell->type.str());
if (std::find(primitives.begin(), primitives.end(), module_name) !=
primitives.end()) {
//EDA-3010: output primitives cal also have danlging output wire
//EDA-3010: output primitives can also have danlging output wire
//bool is_out_prim = (module_name.substr(0, 2) == "O_") ? true : false;
//if (is_out_prim) continue;
// Upgrading dangling outs of input primtives to output ports
Expand Down

0 comments on commit fc117f3

Please sign in to comment.