We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e25053 commit 3a8064eCopy full SHA for 3a8064e
backends/firrtl/firrtl.cc
@@ -966,7 +966,7 @@ struct FirrtlWorker
966
register_reverse_wire_map(y_id, cell->getPort(ID::Y));
967
continue;
968
}
969
- if (cell->type == ID($pos)) {
+ if (cell->type.in(ID($pos), ID($buf), ID($barrier))) {
970
// assign y = a;
971
// printCell(cell);
972
string a_expr = make_expr(cell->getPort(ID::A));
0 commit comments