projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683b477
)
comment-out TestIssuerInternalInorder for now
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 15 Dec 2021 14:58:10 +0000
(14:58 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Wed, 15 Dec 2021 14:58:10 +0000
(14:58 +0000)
src/soc/simple/issuer.py
patch
|
blob
|
history
diff --git
a/src/soc/simple/issuer.py
b/src/soc/simple/issuer.py
index ef625ce64c514641b0bd73da920ecb6b08baca02..f4d1090efedf1dcb9188b9d4a36eeba09ee57859 100644
(file)
--- 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