mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Added log_abort() api
This commit is contained in:
parent
585fcace10
commit
ccd2a93439
2 changed files with 3 additions and 1 deletions
|
@ -48,4 +48,6 @@ void log_flush();
|
|||
|
||||
const char *log_signal(const RTLIL::SigSpec &sig, bool autoint = true);
|
||||
|
||||
#define log_abort() log_error("Abort in %s:%d.\n", __FILE__, __LINE__)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue