aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40/mainwindow.h
diff options
context:
space:
mode:
authorEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-21 19:04:14 +0000
committerEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-21 19:04:14 +0000
commitdfdeb21690181044a95c2b2d64c197c999507b0c (patch)
treea7c74ddc6c085830880ceffdb9f15d8c84afc3fe /gui/ice40/mainwindow.h
parent6e7ba2a2be87bb1e0f323128283a87f59af596b7 (diff)
parentf438fc615b829170679971110b5d1bb57fba6a86 (diff)
downloadnextpnr-dfdeb21690181044a95c2b2d64c197c999507b0c.tar.gz
nextpnr-dfdeb21690181044a95c2b2d64c197c999507b0c.tar.bz2
nextpnr-dfdeb21690181044a95c2b2d64c197c999507b0c.zip
Merge branch 'master' into 'master'
Master See merge request eddiehung/nextpnr!6
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r--gui/ice40/mainwindow.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/ice40/mainwindow.h b/gui/ice40/mainwindow.h
index cfd938f8..4600d1da 100644
--- a/gui/ice40/mainwindow.h
+++ b/gui/ice40/mainwindow.h
@@ -79,7 +79,10 @@ class MainWindow : public BaseMainWindow
bool timing_driven;
ArchArgs chipArgs;
- std::string preload_pcf;
+
+ std::string currentProj;
+ std::string currentJson;
+ std::string currentPCF;
};
NEXTPNR_NAMESPACE_END