diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-25 04:13:41 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-25 04:13:41 +0100 |
| commit | 8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd (patch) | |
| tree | 55f8af2371e6f9bd75f48f991984a818de9dbb1b /tis100.c | |
| parent | ee7820e1cfde69c16130a43c8b7e7df1724afb9e (diff) | |
| download | tis100-8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd.tar.gz tis100-8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd.zip | |
Fixup more behaviour - add dim idle indicator
Diffstat (limited to 'tis100.c')
| -rw-r--r-- | tis100.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -37,7 +37,6 @@ main(int argc, const char **argv) { struct tis_stats stats; bool idle, prev_idle; - int i; if (argc < 2) { fprintf(stderr, "Usage: tis100 FILE [IO..]\n"); @@ -54,13 +53,6 @@ main(int argc, const char **argv) idle = !tis_step(&tis); } - for (i = 0; i < TIS_MAX_IO_PORTS; i++) { - if (tis.out_ports[i] && tis.out_ports[i]->io_step > 0) { - } - } - - tis.steps -= 1; /* remove last idle step */ - if (tis.show_stats) { stats = tis_gen_stats(&tis); printf("=== stats ===\n"); |
