missing argument, domain="sync" in JTAG instance
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 19 Nov 2021 13:17:49 +0000 (13:17 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 19 Nov 2021 13:17:49 +0000 (13:17 +0000)
src/soc/debug/test/test_jtag_tap_srv.py

index a72145754974946a705cb126d68064e5cf6ab5e1..274555a042ef988a75095eb17390be2ec0981c12 100644 (file)
@@ -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