aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-09 18:39:10 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-09 18:39:10 +0200
commit93a0d2456086b2c0e4a50d6ecc43ab028895bcad (patch)
tree962c150e9ca95837260bd99801e4e35309d3bdb9 /common/command.h
parent8b04a646291bec7fb65b3580a08c266268acf010 (diff)
downloadnextpnr-93a0d2456086b2c0e4a50d6ecc43ab028895bcad.tar.gz
nextpnr-93a0d2456086b2c0e4a50d6ecc43ab028895bcad.tar.bz2
nextpnr-93a0d2456086b2c0e4a50d6ecc43ab028895bcad.zip
Use settings for placer1 and router1
Diffstat (limited to 'common/command.h')
-rw-r--r--common/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/command.h b/common/command.h
index 13d5a250..900cf74b 100644
--- a/common/command.h
+++ b/common/command.h
@@ -24,6 +24,7 @@
#include <boost/program_options.hpp>
#include "nextpnr.h"
#include "project.h"
+#include "settings.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -56,6 +57,7 @@ class CommandHandler
protected:
po::variables_map vm;
ArchArgs chipArgs;
+ std::unique_ptr<Settings> settings;
private:
po::options_description options;