From 70d8ea268e901eef4ddd04c420bd84f4c33fdb5e Mon Sep 17 00:00:00 2001 From: Nam Tran Date: Fri, 23 Oct 2020 15:05:41 -0500 Subject: [PATCH] simulate a few more cycles --- fsm/sim/top.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsm/sim/top.cc b/fsm/sim/top.cc index 449c98c..7af96ef 100644 --- a/fsm/sim/top.cc +++ b/fsm/sim/top.cc @@ -35,7 +35,7 @@ int main(int argc, char **argv) { unsigned tickcount = 0; int last_led = tb->o_led; - for(int k=0; k<(1 << 12); k++) { + for(int k=0; k<(1 << 14); k++) { tick(++tickcount, tb, tfp); if (last_led != tb->o_led) {