diff options
author | David Shah <davey1576@gmail.com> | 2018-11-26 09:37:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 09:37:07 +0000 |
commit | 22ac41d6272e66cf68a7e282e7ffe065ab82c5b8 (patch) | |
tree | 576a835841aeb8e93639510248eccd9b472d88ef /common/command.h | |
parent | 98858fe611a149e19e1d679db4a98fe88ff647bc (diff) | |
parent | b035cb9fcf3502c74c769560f02e29adcafe6fd8 (diff) | |
download | nextpnr-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.h | 1 |
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 |