17 #ifndef SCC_SC_VCD_TRACE_H
18 #define SCC_SC_VCD_TRACE_H
29 inline sc_core::sc_trace_file*
scc_create_vcd_trace_file(
const char* name, std::function<
bool()> enable = std::function<
bool()>()) {
sc_core::sc_trace_file * create_vcd_pull_trace_file(const char *name, std::function< bool()> enable=std::function< bool()>())
create VCD file which uses pull mechanism
void close_vcd_pull_trace_file(sc_core::sc_trace_file *tf)
close the VCD file
sc_core::sc_trace_file * scc_create_vcd_trace_file(const char *name, std::function< bool()> enable=std::function< bool()>())
keep backward compatibility