From cc53c312de168a2b44aa5ec5da436f2caebdc83e Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 21 Jan 2019 11:58:49 +0000 Subject: timing: Path related fixes Signed-off-by: David Shah --- common/timing.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/timing.cc b/common/timing.cc index b27dd56e..f3cb4306 100644 --- a/common/timing.cc +++ b/common/timing.cc @@ -267,8 +267,7 @@ struct Timing auto net_delay = net_delays ? ctx->getNetinfoRouteDelay(net, usr) : delay_t(); auto usr_arrival = net_arrival + net_delay; - if (portClass == TMG_REGISTER_INPUT || portClass == TMG_ENDPOINT || portClass == TMG_IGNORE || - portClass == TMG_CLOCK_INPUT) { + if (portClass == TMG_ENDPOINT || portClass == TMG_IGNORE || portClass == TMG_CLOCK_INPUT) { // Skip } else { auto budget_override = ctx->getBudgetOverride(net, usr, net_delay); -- cgit v1.2.3