From 96a959154a00c1b75ea6af2040c460a08c4665c8 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 29 Aug 2020 10:22:50 -0400 Subject: [PATCH] Commentary #2518. --- bin/verilator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/verilator b/bin/verilator index db91edb88..a01399f9a 100755 --- a/bin/verilator +++ b/bin/verilator @@ -2017,7 +2017,7 @@ This is an example similar to the above, but using SystemC. #include "Vour.h" int sc_main(int argc, char** argv) { Verilated::commandArgs(argc, argv); - sc_clock clk ("clk", 10, 0.5, 3, true); + sc_clock clk("clk", 10, SC_NS, 0.5, 3, SC_NS, true); Vour* top; top = new Vour("top"); top->clk(clk);