projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb91bc2
)
whitespace
author
Tobias Platen
<tplaten@posteo.de>
Wed, 17 Nov 2021 18:04:20 +0000
(19:04 +0100)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 17 Nov 2021 18:04:20 +0000
(19:04 +0100)
src/soc/config/test/test_pi2ls.py
patch
|
blob
|
history
diff --git
a/src/soc/config/test/test_pi2ls.py
b/src/soc/config/test/test_pi2ls.py
index ba7415925e2785f69b326d39b7955019fac356ca..b68e2b93c2cfe40d9ee421d0416651ebf680f390 100644
(file)
--- a/
src/soc/config/test/test_pi2ls.py
+++ b/
src/soc/config/test/test_pi2ls.py
@@
-8,7
+8,7
@@
from soc.config.test.test_loadstore import TestMemPspec
from soc.config.loadstore import ConfigMemoryPortInterface
-def wait_busy(port, no=False,debug=None):
+def wait_busy(port, no=False,
debug=None):
cnt = 0
while True:
busy = yield port.busy_o