aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-08-18 19:25:19 +0200
committerGitHub <noreply@github.com>2018-08-18 19:25:19 +0200
commit26be6f9761bba9dff646c6b1d071b149bd26f950 (patch)
tree2d4f46e149cb7a96f91b801fd830458eea8f79ac /gui/ice40/mainwindow.cc
parent1e8e873c9fe4b0fdd69055b0251f9e71db3849c5 (diff)
parenteaf824ca73241014a280b1bd787d8f83e772dd05 (diff)
downloadnextpnr-26be6f9761bba9dff646c6b1d071b149bd26f950.tar.gz
nextpnr-26be6f9761bba9dff646c6b1d071b149bd26f950.tar.bz2
nextpnr-26be6f9761bba9dff646c6b1d071b149bd26f950.zip
Merge pull request #47 from YosysHQ/settings_propagate
Use settings for placer1 and router1
Diffstat (limited to 'gui/ice40/mainwindow.cc')
-rw-r--r--gui/ice40/mainwindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc
index 9fe80717..f270b112 100644
--- a/gui/ice40/mainwindow.cc
+++ b/gui/ice40/mainwindow.cc
@@ -191,7 +191,7 @@ void MainWindow::onRouteFinished() { actionSaveAsc->setEnabled(true); }
void MainWindow::onProjectLoaded()
{
- if (ctx->settings.find(ctx->id("project/input/pcf")) != ctx->settings.end())
+ if (ctx->settings.find(ctx->id("input/pcf")) != ctx->settings.end())
actionLoadPCF->setEnabled(false);
}