aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r--nexus/arch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 39e51a5b..9679c3fb 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -486,7 +486,7 @@ bool Arch::getCellDelay(const CellInfo *cell, IdString fromPort, IdString toPort
if (fromPort == id_CLK)
return false; // don't include delays that are actually clock-to-out here
return lookup_cell_delay(cell->tmg_index, lookup_port(fromPort), lookup_port(toPort), delay);
- } else if(cell->type == id_DCS) {
+ } else if (cell->type == id_DCS) {
if (fromPort == id_SELFORCE || fromPort == id_SEL) {
return false;
}