]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/arm_tpiu/pd.py
jtag_ejtag: Move bin2int() to common/srdhelper.
[libsigrokdecode.git] / decoders / arm_tpiu / pd.py
index d111311852aa4624eae86571aad9155dca1d60fc..f50af65b471b652814aaa45f22185a8afc8ea7e3 100644 (file)
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 import sigrokdecode as srd
 
 class Decoder(srd.Decoder):
-    api_version = 2
+    api_version = 3
     id = 'arm_tpiu'
     name = 'ARM TPIU'
     longname = 'ARM Trace Port Interface Unit'
@@ -43,6 +42,9 @@ class Decoder(srd.Decoder):
     )
 
     def __init__(self):
+        self.reset()
+
+    def reset(self):
         self.buf = []
         self.syncbuf = []
         self.prevsample = 0