aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2022-12-05 17:00:16 +0100
committerGitHub <noreply@github.com>2022-12-05 17:00:16 +0100
commitb60baad6629788063774b38d8e0ff483b0779b01 (patch)
tree3b0f4e72cc0a436309c8c9ffe436448ccfb3a94a /kernel/log.h
parent9362fdb4c67f09bfaf3841364bd01e4d10ce5608 (diff)
parent6589accfa9e858cc93b87d09cf6644aeea5151a4 (diff)
downloadyosys-b60baad6629788063774b38d8e0ff483b0779b01.tar.gz
yosys-b60baad6629788063774b38d8e0ff483b0779b01.tar.bz2
yosys-b60baad6629788063774b38d8e0ff483b0779b01.zip
Merge pull request #3572 from jix/tcl-recover
tcl: Don't exit repl on recoverable command errors
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 822816cb4..35368a683 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -133,6 +133,7 @@ struct log_cmd_error_exception { };
extern std::vector<FILE*> log_files;
extern std::vector<std::ostream*> log_streams;
+extern std::vector<std::string> log_scratchpads;
extern std::map<std::string, std::set<std::string>> log_hdump;
extern std::vector<YS_REGEX_TYPE> log_warn_regexes, log_nowarn_regexes, log_werror_regexes;
extern std::set<std::string> log_warnings, log_experimentals, log_experimentals_ignored;