aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/log.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-01 16:53:15 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-01 17:14:32 +0200
commitd13eb7e0999def2da03eb6ddef805145f7fd9c9a (patch)
treed7634c448a42722357b474926056c10797f1546d /kernel/log.h
parent97a17d39e2f0088e02ed8496d905528722115674 (diff)
downloadyosys-d13eb7e0999def2da03eb6ddef805145f7fd9c9a.tar.gz
yosys-d13eb7e0999def2da03eb6ddef805145f7fd9c9a.tar.bz2
yosys-d13eb7e0999def2da03eb6ddef805145f7fd9c9a.zip
Added ModIndex helper class, some changes to RTLIL::Monitor
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 0109faf62..9fc83800c 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -57,11 +57,6 @@ void log_pop();
void log_reset_stack();
void log_flush();
-namespace RTLIL {
- struct SigSpec;
- struct Cell;
-}
-
const char *log_signal(const RTLIL::SigSpec &sig, bool autoint = true);
const char *log_id(std::string id);