We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f688fc0 commit ae7843fCopy full SHA for ae7843f
1 file changed
ecp5/globals.cc
@@ -468,7 +468,7 @@ class Ecp5GlobalRouter
468
dcc->ports[id_CLKO].net = glbptr;
469
std::vector<PortRef> keep_users;
470
for (auto user : net->users) {
471
- if (dcs_cell != nullptr && user.cell != dcs_cell) {
+ if (dcs_cell != nullptr && user.cell->type != id_DCSC) {
472
// DCS DCC insertion mode
473
keep_users.push_back(user);
474
} else if (user.port == id_CLKFB) {
0 commit comments