From 43861c0ee298c4d2a5cc89a42e816299c7f86138 Mon Sep 17 00:00:00 2001 From: Maciej Kurc Date: Fri, 11 Mar 2022 16:05:37 +0100 Subject: nexus: Added support for the DCS Bel Signed-off-by: Maciej Kurc --- nexus/global.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexus/global.cc') 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; } -- cgit v1.2.3