Add an --inorder option to test_issuer.py
[soc.git] / src / soc / simple / issuer.py
index 732cfcf788726c3c3cfd82386357b22a8ed443ad..1384616089190b409a2cbe7e6bccea76bbca7963 100644 (file)
@@ -1517,9 +1517,6 @@ class TestIssuerInternal(TestIssuerBase):
 class TestIssuer(Elaboratable):
     def __init__(self, pspec):
         self.ti = TestIssuerInternal(pspec)
-        # XXX TODO: make this a command-line selectable option from pspec
-        #from soc.simple.inorder import TestIssuerInternalInOrder
-        #self.ti = TestIssuerInternalInOrder(pspec)
         self.pll = DummyPLL(instance=True)
 
         self.dbg_rst_i = Signal(reset_less=True)