diff --git a/kernel/log.h b/kernel/log.h index 8ef6e6d0e..822816cb4 100644 --- a/kernel/log.h +++ b/kernel/log.h @@ -393,6 +393,11 @@ void log_dump_val_worker(RTLIL::IdString v); void log_dump_val_worker(RTLIL::SigSpec v); void log_dump_val_worker(RTLIL::State v); +template static inline void log_dump_val_worker(dict &v); +template static inline void log_dump_val_worker(pool &v); +template static inline void log_dump_val_worker(std::vector &v); +template static inline void log_dump_val_worker(T *ptr); + template static inline void log_dump_val_worker(dict &v) { log("{");