add sdram dual axi4 configs
[pinmux.git] / src / bsv / peripheral_gen / jtag.py
index 235d79512c98cf18a10047b0afc7a8e492a2943c..e5f5e2ad3cdb512b69cb983f811ab0e08eaf2d82 100644 (file)
@@ -13,9 +13,11 @@ class jtag(PBase):
         # YUK!
         return "interface Ifc_jtagdtm jtag{0}_out;".format(count)
 
+    def get_clk_spc(self, typ):
+        return "tck, trst"
+
     def get_clock_reset(self, name, count):
-        return "slow_clock, slow_reset"
-    #    return "tck, trst"
+        return "slow_clock,  slow_reset"
 
     def pinname_in(self, pname):
         return {'tms': 'tms',
@@ -39,7 +41,7 @@ rule drive_tmp_scan_outs;
 endrule
 """
 
-    def axi_slave_name(self, name, ifacenum, typ=None):
+    def axi_slave_name(self, idx, name, ifacenum, typ=None):
         return ''
 
     def axi_slave_idx(self, idx, name, ifacenum, typ):