Skip to content

Commit

Permalink
removing call to dump_attributes to remove possibility of generating …
Browse files Browse the repository at this point in the history
…invalid verilog

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Jan 30, 2024
1 parent 33fe2e4 commit 3076875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/verilog/verilog_backend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,6 @@ bool dump_cell_expr(std::ostream &f, std::string indent, RTLIL::Cell *cell)
f << stringf("%s" "assign ", indent.c_str());
dump_sigspec(f, cell->getPort(ID::Y));
f << stringf(" = ");
dump_attributes(f, "", cell->attributes, " ");
dump_cell_expr_port(f, cell, "A", false);
f << stringf(";\n");
return true;
Expand Down

0 comments on commit 3076875

Please sign in to comment.