summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/main.cpp b/sim/main.cpp
index 3f49cb6..9bf42bd 100644
--- a/sim/main.cpp
+++ b/sim/main.cpp
@@ -39,7 +39,7 @@ int main(int argc, const char *argv[])
39 39
40 std::cout << "*** MAIN LOOP ***\n"; 40 std::cout << "*** MAIN LOOP ***\n";
41 41
42 for (unsigned int i = 0; i < 500 && !Verilated::gotFinish(); ++i) { 42 for (unsigned int i = 0; i < 100000 && !Verilated::gotFinish(); ++i) {
43 top.clk = 1; 43 top.clk = 1;
44 top.eval(); 44 top.eval();
45 vcd.dump(++time); 45 vcd.dump(++time);