From: Luke Kenneth Casson Leighton Date: Fri, 19 Nov 2021 13:17:49 +0000 (+0000) Subject: missing argument, domain="sync" in JTAG instance X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a498d143334f131eed82c5a92ad3a84648ccb0b0;p=soc.git missing argument, domain="sync" in JTAG instance --- diff --git a/src/soc/debug/test/test_jtag_tap_srv.py b/src/soc/debug/test/test_jtag_tap_srv.py index a7214575..274555a0 100644 --- a/src/soc/debug/test/test_jtag_tap_srv.py +++ b/src/soc/debug/test/test_jtag_tap_srv.py @@ -221,7 +221,7 @@ def jtag_sim(dut, srv_dut): if __name__ == '__main__': - dut = JTAG(test_pinset(), wb_data_wid=64) + dut = JTAG(test_pinset(), wb_data_wid=64, domain="sync") dut.stop = False # rather than the client access the JTAG bus directly