Commentary.

This commit is contained in:
Wilson Snyder 2016-09-30 18:16:56 -04:00
parent bd28945374
commit 411de9bddf

View File

@ -1660,6 +1660,7 @@ The user must write the top level of the simulation. Here's a simple
example:
#include <verilated.h> // Defines common routines
#include <iostream> // Need std::cout
#include "Vtop.h" // From Verilating "top.v"
Vtop *top; // Instantiation of module