aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-07-27 15:40:17 +0200
committerClifford Wolf <clifford@clifford.at>2016-07-27 15:40:17 +0200
commita7b07696238dbfd8e4fb5fd41d597200abef4909 (patch)
treeb4416478dfad389f247b49f3f528803f838c2421 /kernel/log.h
parent8537c4d2061db1ee11defc357781c6c534be5b3d (diff)
downloadyosys-a7b07696238dbfd8e4fb5fd41d597200abef4909.tar.gz
yosys-a7b07696238dbfd8e4fb5fd41d597200abef4909.tar.bz2
yosys-a7b07696238dbfd8e4fb5fd41d597200abef4909.zip
Added "read_verilog -dump_rtlil"
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 33e624dcb..f830655c1 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -85,6 +85,7 @@ template<typename T> static inline const char *log_id(T *obj) {
return log_id(obj->name);
}
+void log_module(RTLIL::Module *module, std::string indent = "");
void log_cell(RTLIL::Cell *cell, std::string indent = "");
#ifndef NDEBUG