Commentary

This commit is contained in:
Wilson Snyder 2024-09-19 17:58:37 -04:00
parent c7e1358bb7
commit 49bccb5f1b

View File

@ -28,6 +28,7 @@ Now, let's create an example Verilog, and SystemC wrapper file:
cat >sc_main.cpp <<'EOF'
#include "Vour.h"
using namespace sc_core;
int sc_main(int argc, char** argv) {
Verilated::commandArgs(argc, argv);
sc_clock clk{"clk", 10, SC_NS, 0.5, 3, SC_NS, true};