aboutsummaryrefslogtreecommitdiffstats
path: root/gui/basewindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-16 21:15:49 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-16 21:15:49 +0200
commitee2ed461e6f2bab10234e437276c7b312437bf0c (patch)
tree4049c90e5dd8e711ac8e859a09f3f818b36b53c8 /gui/basewindow.h
parent56fa8cc669f07194527e171474a514ef80af48e1 (diff)
downloadnextpnr-ee2ed461e6f2bab10234e437276c7b312437bf0c.tar.gz
nextpnr-ee2ed461e6f2bab10234e437276c7b312437bf0c.tar.bz2
nextpnr-ee2ed461e6f2bab10234e437276c7b312437bf0c.zip
Added Yosys tab with interactive console
Diffstat (limited to 'gui/basewindow.h')
-rw-r--r--gui/basewindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/basewindow.h b/gui/basewindow.h
index 18b5339e..087880ed 100644
--- a/gui/basewindow.h
+++ b/gui/basewindow.h
@@ -55,10 +55,12 @@ class BaseMainWindow : public QMainWindow
protected Q_SLOTS:
void writeInfo(std::string text);
void displaySplashMessage(std::string msg);
+ void closeTab(int index);
virtual void new_proj() = 0;
virtual void open_proj() = 0;
virtual bool save_proj() = 0;
+ void yosys();
Q_SIGNALS:
void contextChanged(Context *ctx);