From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 14:58:10 +0000 (+0000) Subject: comment-out TestIssuerInternalInorder for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5984d80ef7f9d261ad289851eeac2542fcbd841;p=soc.git comment-out TestIssuerInternalInorder for now --- diff --git a/src/soc/simple/issuer.py b/src/soc/simple/issuer.py index ef625ce6..f4d1090e 100644 --- a/src/soc/simple/issuer.py +++ b/src/soc/simple/issuer.py @@ -1465,9 +1465,10 @@ class TestIssuerInternal(TestIssuerBase): class TestIssuer(Elaboratable): def __init__(self, pspec): - #self.ti = TestIssuerInternal(pspec) - from soc.simple.inorder import TestIssuerInternalInOrder - self.ti = TestIssuerInternalInOrder(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) # PLL direct clock or not