aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/worker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ice40/worker.cc')
-rw-r--r--gui/ice40/worker.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/ice40/worker.cc b/gui/ice40/worker.cc
index ab82b6bb..fc21ed34 100644
--- a/gui/ice40/worker.cc
+++ b/gui/ice40/worker.cc
@@ -26,7 +26,6 @@
#include "pack.h"
#include "pcf.h"
#include "place_sa.h"
-#include "route.h"
#include "timing.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -134,7 +133,7 @@ void Worker::route()
{
Q_EMIT taskStarted();
try {
- Q_EMIT route_finished(route_design(ctx));
+ Q_EMIT route_finished(ctx->route());
} catch (WorkerInterruptionRequested) {
Q_EMIT taskCanceled();
}