aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/timing.cc')
-rw-r--r--common/timing.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/timing.cc b/common/timing.cc
index 479dba26..5f744621 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -217,6 +217,11 @@ void update_budget(Context *ctx)
if (it == updates.end()) continue;
user.budget = delays.at(pi) + it->second;
+ // HACK HACK HACK
+ if (net.second->driver.port == ctx->id("COUT"))
+ user.budget = 0;
+ // HACK HACK HACK
+
// Post-update check
// if (user.budget < 0)
// log_warning("port %s.%s, connected to net '%s', has negative "