Skip to content

Commit

Permalink
removed verilator debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Oct 5, 2023
1 parent 7fbedb4 commit 3e396d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tb/tb_top.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ int main (int argc, char * argv[])
// Instantiate the model
Vtestharness *dut = new Vtestharness;

Verilated::debug();

// Open VCD
Verilated::traceEverOn (true);
VerilatedFstC *m_trace = new VerilatedFstC;
Expand Down

0 comments on commit 3e396d4

Please sign in to comment.