aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-11-26 09:37:07 +0000
committerGitHub <noreply@github.com>2018-11-26 09:37:07 +0000
commit22ac41d6272e66cf68a7e282e7ffe065ab82c5b8 (patch)
tree576a835841aeb8e93639510248eccd9b472d88ef /common/command.h
parent98858fe611a149e19e1d679db4a98fe88ff647bc (diff)
parentb035cb9fcf3502c74c769560f02e29adcafe6fd8 (diff)
downloadnextpnr-22ac41d6272e66cf68a7e282e7ffe065ab82c5b8.tar.gz
nextpnr-22ac41d6272e66cf68a7e282e7ffe065ab82c5b8.tar.bz2
nextpnr-22ac41d6272e66cf68a7e282e7ffe065ab82c5b8.zip
Merge pull request #138 from YosysHQ/refactor_log
Tidy up logging code, add log file support, make timing failures non-fatal errors
Diffstat (limited to 'common/command.h')
-rw-r--r--common/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/command.h b/common/command.h
index 12f710f6..30e0e58b 100644
--- a/common/command.h
+++ b/common/command.h
@@ -66,6 +66,7 @@ class CommandHandler
int argc;
char **argv;
ProjectHandler project;
+ std::ofstream logfile;
};
NEXTPNR_NAMESPACE_END