aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/global.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/global.cc')
-rw-r--r--nexus/global.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/global.cc b/nexus/global.cc
index 31bf0a6b..37629f64 100644
--- a/nexus/global.cc
+++ b/nexus/global.cc
@@ -193,7 +193,7 @@ struct NexusGlobalRouter
CellInfo *drv = ni->driver.cell;
if (drv == nullptr)
continue;
- if (drv->type == id_DCC) {
+ if (drv->type == id_DCC || drv->type == id_DCS) {
route_clk_net(ni);
continue;
}