compat/stream_sim: Remove TODO since will not be done.

This commit is contained in:
Florent Kermarrec 2021-03-24 17:58:13 +01:00
parent 9eb318e86a
commit 6c640b0693
1 changed files with 0 additions and 5 deletions

View File

@ -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