simulate a few more cycles

This commit is contained in:
2020-10-23 15:05:41 -05:00
parent 400ebbb9aa
commit 70d8ea268e

View File

@@ -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) {