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