Solved one issue, found another. See bug #50 c#72
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 7 Dec 2021 18:46:16 +0000 (18:46 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 7 Dec 2021 18:46:16 +0000 (18:46 +0000)
src/spec/testing_stage1.py

index 4f6d8c96fa9d048f09ccd5ca4acc5cdf6a809682..03c8c5def0a034e4f2657d791f5d9e8239625f17 100644 (file)
@@ -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())