aboutsummaryrefslogtreecommitdiffstats
path: root/gui/generic/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-08-04 04:05:38 -0700
committerGitHub <noreply@github.com>2018-08-04 04:05:38 -0700
commitdc34d4c9ed11e034bf9f81c02365496658f36517 (patch)
tree4cfb053ffccefe134d1ef84ecb5bce972fa0d167 /gui/generic/mainwindow.h
parentf5a1b93f0e9348437ece7fb7d46ac69af98536d0 (diff)
parent0cb349b60ea17378a4c163f0c8b12e8b17988cee (diff)
downloadnextpnr-dc34d4c9ed11e034bf9f81c02365496658f36517.tar.gz
nextpnr-dc34d4c9ed11e034bf9f81c02365496658f36517.tar.bz2
nextpnr-dc34d4c9ed11e034bf9f81c02365496658f36517.zip
Merge pull request #33 from YosysHQ/gui-ecp5
Gui ecp5
Diffstat (limited to 'gui/generic/mainwindow.h')
-rw-r--r--gui/generic/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/generic/mainwindow.h b/gui/generic/mainwindow.h
index e97bb4e7..375436b6 100644
--- a/gui/generic/mainwindow.h
+++ b/gui/generic/mainwindow.h
@@ -29,7 +29,7 @@ class MainWindow : public BaseMainWindow
Q_OBJECT
public:
- explicit MainWindow(std::unique_ptr<Context> context, QWidget *parent = 0);
+ explicit MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget *parent = 0);
virtual ~MainWindow();
public:
@@ -39,6 +39,7 @@ class MainWindow : public BaseMainWindow
virtual void new_proj();
virtual void open_proj();
virtual bool save_proj();
+ void newContext(Context *ctx);
};
NEXTPNR_NAMESPACE_END