add flexbus as fast interface
[pinmux.git] / src / bsv / peripheral_gen / jtag.py
index bfebe074562fae87eea6f1819f5cd6ceeab4ff55..dd3e2fa10f4043062e6005295c8d59a21953abbe 100644 (file)
@@ -11,7 +11,7 @@ class jtag(PBase):
 
     def fastifdecl(self, name, count):
         # YUK!
-        return "Ifc_jtagdtm jtag{0}_out;".format(count)
+        return "interface Ifc_jtagdtm jtag{0}_out;".format(count)
 
     def mkfast_peripheral(self):
         return """\