From 3e396d4560fd2a50e1df31d0c450033f5f566817 Mon Sep 17 00:00:00 2001 From: davide schiavone Date: Thu, 5 Oct 2023 17:59:00 +0200 Subject: [PATCH] removed verilator debug --- tb/tb_top.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tb/tb_top.cpp b/tb/tb_top.cpp index 50a97b9a8..956b77d69 100644 --- a/tb/tb_top.cpp +++ b/tb/tb_top.cpp @@ -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;