From 6c640b0693e719ea10234475119002b00df57685 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 24 Mar 2021 17:58:13 +0100 Subject: [PATCH] compat/stream_sim: Remove TODO since will not be done. --- litex/compat/stream_sim.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/litex/compat/stream_sim.py b/litex/compat/stream_sim.py index f3028efb3..451524704 100644 --- a/litex/compat/stream_sim.py +++ b/litex/compat/stream_sim.py @@ -17,9 +17,6 @@ from migen import * from litex.soc.interconnect import stream -# TODO: clean up code below -# XXX - __all__ = [ "print_with_prefix", "seed_to_data", @@ -212,5 +209,3 @@ class Randomizer(Module): else: yield self.ce.eq(1) yield - -# XXX \ No newline at end of file