projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e170601
)
Solved one issue, found another. See bug #50 c#72
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 7 Dec 2021 18:46:16 +0000
(18:46 +0000)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 7 Dec 2021 18:46:16 +0000
(18:46 +0000)
src/spec/testing_stage1.py
patch
|
blob
|
history
diff --git
a/src/spec/testing_stage1.py
b/src/spec/testing_stage1.py
index 4f6d8c96fa9d048f09ccd5ca4acc5cdf6a809682..03c8c5def0a034e4f2657d791f5d9e8239625f17 100644
(file)
--- a/
src/spec/testing_stage1.py
+++ b/
src/spec/testing_stage1.py
@@
-636,8
+636,10
@@
def test_i2c():
print("I2C Test PASSED!")
def test_jtag_bs_chain():
+ print(dir(top.jtag))
+ print(dir(top))
print("JTAG BS Reset")
- jtag_set_reset(top.jtag)
+
yield from
jtag_set_reset(top.jtag)
print("JTAG I/O dictionary of core/pad signals:")
print(top.jtag.ios.keys())