aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ecp5/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-04 11:48:29 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-04 11:48:29 +0200
commita31c00ed96aee4e43bfafc7165d640a1d1a14a9f (patch)
treeafd6bf3b223ae4a58cac8c25cfc38bb4c078a082 /gui/ecp5/mainwindow.h
parentbeb5f9d4df1685a39a02548147e0c7ada40eae48 (diff)
downloadnextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.tar.gz
nextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.tar.bz2
nextpnr-a31c00ed96aee4e43bfafc7165d640a1d1a14a9f.zip
Chip selection ui for ECP5
Diffstat (limited to 'gui/ecp5/mainwindow.h')
-rw-r--r--gui/ecp5/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ecp5/mainwindow.h b/gui/ecp5/mainwindow.h
index 788eafc9..d1d5a5a2 100644
--- a/gui/ecp5/mainwindow.h
+++ b/gui/ecp5/mainwindow.h
@@ -53,6 +53,7 @@ class MainWindow : public BaseMainWindow
ArchArgs chipArgs;
+ std::string currentProj;
std::string currentBaseConfig;
};