create a dummy clock gen, can include it in both sim and synth

This commit is contained in:
2020-10-22 21:58:42 -05:00
parent 1198429d53
commit 7bb2d41932
4 changed files with 41 additions and 13 deletions

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 << 23); k++) {
for(int k=0; k<(1 << 12); k++) {
tick(++tickcount, tb, tfp);
if (last_led != tb->o_led) {