From 411de9bddfa866d6a3e87cb27ef7e640fb1491f9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Fri, 30 Sep 2016 18:16:56 -0400 Subject: [PATCH] Commentary. --- bin/verilator | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/verilator b/bin/verilator index 018ee485e..07d1246da 100755 --- a/bin/verilator +++ b/bin/verilator @@ -1660,6 +1660,7 @@ The user must write the top level of the simulation. Here's a simple example: #include // Defines common routines + #include // Need std::cout #include "Vtop.h" // From Verilating "top.v" Vtop *top; // Instantiation of module