aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-07 15:47:28 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-07 15:47:28 -0700
commit58f4b106f3b5914fa00edd59bb2df56d9fe2632e (patch)
tree2c8a34fc19815adfbf952e93c9726a0318bb5e23 /kernel/log.h
parentf705f6a0b5d19d38cf41ba5f782847de54110463 (diff)
parent2b350401c4577d54c0d460240e2d2847d2eeadc4 (diff)
downloadyosys-58f4b106f3b5914fa00edd59bb2df56d9fe2632e.tar.gz
yosys-58f4b106f3b5914fa00edd59bb2df56d9fe2632e.tar.bz2
yosys-58f4b106f3b5914fa00edd59bb2df56d9fe2632e.zip
Merge branch 'master' into eddie/muxpack
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 e6afae716..3e1facae8 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -80,6 +80,7 @@ void log_warning(const char *format, ...) YS_ATTRIBUTE(format(printf, 1, 2));
// Log with filename to report a problem in a source file.
void log_file_warning(const std::string &filename, int lineno, const char *format, ...) YS_ATTRIBUTE(format(printf, 3, 4));
+void log_file_info(const std::string &filename, int lineno, const char *format, ...) YS_ATTRIBUTE(format(printf, 3, 4));
void log_warning_noprefix(const char *format, ...) YS_ATTRIBUTE(format(printf, 1, 2));
YS_NORETURN void log_error(const char *format, ...) YS_ATTRIBUTE(format(printf, 1, 2), noreturn);