summaryrefslogtreecommitdiff
path: root/sim/main.cpp
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-05-16 13:40:27 -0700
committerJulian Blake Kongslie2021-05-16 13:40:27 -0700
commit56eb00d755a3ff2647d635ea9d9ea2e1dd9e15c8 (patch)
tree6efa48d7eff48b17066fb82642ccb4bff6f3b008 /sim/main.cpp
parentAdd a few more binaries to play with. (diff)
downloadnoncpu-56eb00d755a3ff2647d635ea9d9ea2e1dd9e15c8.tar.xz
Work in progress from May 9
Diffstat (limited to '')
-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);