summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/main.cpp b/sim/main.cpp
index cc1c596..abfaa4b 100644
--- a/sim/main.cpp
+++ b/sim/main.cpp
@@ -44,7 +44,7 @@ int main(int argc, const char *argv[])
44 44
45 std::cout << "*** MAIN LOOP ***\n"; 45 std::cout << "*** MAIN LOOP ***\n";
46 46
47 for (unsigned int i = 0; i < 10000 && !Verilated::gotFinish(); ++i) { 47 for (unsigned int i = 0; i < 10000000 && !Verilated::gotFinish(); ++i) {
48 top.native_clk = 1; 48 top.native_clk = 1;
49 top.eval(); 49 top.eval();
50 vcd.dump(++phases); 50 vcd.dump(++phases);