summaryrefslogtreecommitdiffstats
path: root/tis100.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-12-25 04:13:41 +0100
committerLouis Burda <quent.burda@gmail.com>2023-12-25 04:13:41 +0100
commit8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd (patch)
tree55f8af2371e6f9bd75f48f991984a818de9dbb1b /tis100.c
parentee7820e1cfde69c16130a43c8b7e7df1724afb9e (diff)
downloadtis100-8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd.tar.gz
tis100-8ec5b039472f9fbe24f2eb1c5d8e66a7551a33fd.zip
Fixup more behaviour - add dim idle indicator
Diffstat (limited to 'tis100.c')
-rw-r--r--tis100.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tis100.c b/tis100.c
index 633ac59..02904b2 100644
--- a/tis100.c
+++ b/tis100.c
@@ -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");