Skip to content

Commit

Permalink
cleans up SCV recording example
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Feb 21, 2023
1 parent 0cd3350 commit 8fc1394
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/transaction_recording/scv_tr_recording_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,10 @@ inline void design::data_phase() {

int sc_main(int argc, char *argv[]) {
auto start = std::chrono::system_clock::now();
//scv_startup();
scc::init_logging(scc::LogConfig().logLevel(scc::log::DEBUG));
scv_tr_cbor_init(false);
scv_tr::scv_tr_text_init();
scv_tr::scv_tr_text_init();
scv_tr_db db("my_db");
scv_tr_db::set_default_db(&db);
sc_trace_file *tf = sc_create_vcd_trace_file("my_db");
// create signals
sc_clock clk("clk", 20.0, SC_NS, 0.5, 0.0, SC_NS, true);
Expand Down

0 comments on commit 8fc1394

Please sign in to comment.