X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fswim%2Fpd.py;h=b48bb123e0395dab7e0bccc0648d8699c8714b39;hb=9e208e00f7b90c7ded552e84bcc5540be39f3e48;hp=452805a0377988fff28cf8a668f1f27b062ce0e9;hpb=d08f387b1fb93855f6e56376716fe547b8f51452;p=libsigrokdecode.git diff --git a/decoders/swim/pd.py b/decoders/swim/pd.py index 452805a..b48bb12 100644 --- a/decoders/swim/pd.py +++ b/decoders/swim/pd.py @@ -14,8 +14,7 @@ ## 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 . ## import math @@ -33,6 +32,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = [] + tags = ['Debug/trace'] options = ( {'id': 'debug', 'desc': 'Debug', 'default': 'no', 'values': ('yes', 'no') }, ) @@ -55,7 +55,7 @@ class Decoder(srd.Decoder): ('address', 'Address'), ('data-write', 'Data write'), ('data-read', 'Data read'), - ('debug', 'Debug'), + ('debug-msg', 'Debug message'), ) annotation_rows = ( ('bits', 'Bits', (0,)),