sc_core::sc_set_time_resolution(単位となる時間、時間の単位);
sca_util::sca_trace_file* tf=sca_util::sca_create_vcd_trace_file("ファイル名");
sca_util::sca_trace_file* tf=sca_util::sca_create_tabular_trace_file("ファイル名");
sca_util::sca_trace(tf, 信号名, "信号名");
sc_core::sc_start(時間, 時間の単位);