3
0
Fork 0
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:
Clifford Wolf 2013-05-24 12:32:06 +02:00
parent 585fcace10
commit ccd2a93439
2 changed files with 3 additions and 1 deletions

View file

@ -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