diff options
author | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-21 20:08:53 +0000 |
---|---|---|
committer | Eddie Hung <eddie.hung+gitlab@gmail.com> | 2018-07-21 20:08:53 +0000 |
commit | eeb93d6eda613c0946867118c1ff93f2462e417f (patch) | |
tree | ee25b6376879c7add61b02a73a882d8518353afe /gui/ice40/mainwindow.h | |
parent | 1f6897733b57f03cf7f5ccab46c27de811d42167 (diff) | |
parent | 926c186ec78efb086364a05ba7e83e68fa116301 (diff) | |
download | nextpnr-eeb93d6eda613c0946867118c1ff93f2462e417f.tar.gz nextpnr-eeb93d6eda613c0946867118c1ff93f2462e417f.tar.bz2 nextpnr-eeb93d6eda613c0946867118c1ff93f2462e417f.zip |
Merge branch 'redist_slack' into 'redist_slack'
Redist slack
See merge request SymbioticEDA/nextpnr!14
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r-- | gui/ice40/mainwindow.h | 5 |
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
|