From e770f16a22d5255de53f23f9a95e8ef3fc664107 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 26 Jun 2018 13:49:32 +0200 Subject: Added Save ASC option --- gui/ice40/worker.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gui/ice40/worker.h') diff --git a/gui/ice40/worker.h b/gui/ice40/worker.h index 2995a851..18f4b2c2 100644 --- a/gui/ice40/worker.h +++ b/gui/ice40/worker.h @@ -36,6 +36,7 @@ class Worker : public QObject public Q_SLOTS: void loadfile(const std::string &); void loadpcf(const std::string &); + void saveasc(const std::string &); void pack(); void budget(double freq); void place(bool timing_driven); @@ -44,6 +45,7 @@ class Worker : public QObject void log(const std::string &text); void loadfile_finished(bool status); void loadpcf_finished(bool status); + void saveasc_finished(bool status); void pack_finished(bool status); void budget_finish(bool status); void place_finished(bool status); @@ -76,6 +78,7 @@ class TaskManager : public QObject void terminate(); void loadfile(const std::string &); void loadpcf(const std::string &); + void saveasc(const std::string &); void pack(); void budget(double freq); void place(bool timing_driven); @@ -85,6 +88,7 @@ class TaskManager : public QObject void log(const std::string &text); void loadfile_finished(bool status); void loadpcf_finished(bool status); + void saveasc_finished(bool status); void pack_finished(bool status); void budget_finish(bool status); void place_finished(bool status); -- cgit v1.2.3