From: Andrey Miroshnikov Date: Tue, 7 Dec 2021 18:46:16 +0000 (+0000) Subject: Solved one issue, found another. See bug #50 c#72 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd0c84a11f93661d1682a95419dcf04aa91cad96;p=pinmux.git Solved one issue, found another. See bug #50 c#72 --- diff --git a/src/spec/testing_stage1.py b/src/spec/testing_stage1.py index 4f6d8c9..03c8c5d 100644 --- 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())