mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Store command history when terminating with an error
This commit is contained in:
parent
f6421c83a2
commit
c0ca99483c
3 changed files with 31 additions and 17 deletions
|
@ -60,6 +60,7 @@ extern bool log_cmd_error_throw;
|
|||
extern bool log_quiet_warnings;
|
||||
extern int log_verbose_level;
|
||||
extern string log_last_error;
|
||||
extern void (*log_error_atexit)();
|
||||
|
||||
void logv(const char *format, va_list ap);
|
||||
void logv_header(RTLIL::Design *design, const char *format, va_list ap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue