]> sigrok.org Git - libsigrokdecode.git/commit - decoders/jtag/pd.py
jtag: Use list.append instead of insert
authorKonrad Beckmann <redacted>
Mon, 22 Jun 2020 01:55:07 +0000 (03:55 +0200)
committerKonrad Beckmann <redacted>
Tue, 23 Jun 2020 19:25:28 +0000 (21:25 +0200)
commit36d499e09aaf4e6145a32b732632a99fec1b3d57
treef70c0890fe7bd0ed0d0011b725256c57932ecc4d
parent40d8835137935cd71127823e4627a11abc71b72d
jtag: Use list.append instead of insert

Improve processing time by appending bits
instead of inserting them to the lists.
decoders/jtag/pd.py