aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-13 12:02:49 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-13 12:02:49 +0200
commitb5498c8a5366f8ae6c1e6e850a55b49753b0d6a6 (patch)
treea2812f6315e2078bc472a97f3726191018689db4 /ice40/main.cc
parent0f0259fd9467cf99f1ecc02887d9f8ce7f1427d6 (diff)
downloadnextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.tar.gz
nextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.tar.bz2
nextpnr-b5498c8a5366f8ae6c1e6e850a55b49753b0d6a6.zip
Fixed initial title and actions after new
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index ae988da9..53cd7164 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -357,7 +357,7 @@ int main(int argc, char *argv[])
#ifndef NO_GUI
if (vm.count("gui")) {
Application a(argc, argv);
- MainWindow w(std::move(ctx));
+ MainWindow w(std::move(ctx), chipArgs);
if (vm.count("json")) {
std::string filename = vm["json"].as<std::string>();
std::string pcf = "";