remove TODO (done)
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 17 Jun 2019 05:50:29 +0000 (06:50 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 17 Jun 2019 05:50:29 +0000 (06:50 +0100)
src/experiment/score6600.py

index e8b1e8bbbde7a9e060100193dfeb12d2f42c7b75..281fed9bc962fa964b366b16c4efd53eb973f200 100644 (file)
@@ -620,7 +620,6 @@ class Scoreboard(Elaboratable):
         # ok connect first n_int_fu shadows to busy lines, to create an
         # instruction-order linked-list-like arrangement, using a bit-matrix
         # (instead of e.g. a ring buffer).
-        # XXX TODO
 
         # when written, the shadow can be cancelled (and was good)
         for i in range(n_intfus):