diff options
Diffstat (limited to 'decoders/spiflash')
-rw-r--r-- | decoders/spiflash/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/spiflash/pd.py b/decoders/spiflash/pd.py index bbdf3fb..ffac028 100644 --- a/decoders/spiflash/pd.py +++ b/decoders/spiflash/pd.py @@ -79,6 +79,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi'] outputs = ['spiflash'] + tags = ['IC', 'Memory'] annotations = cmd_annotation_classes() + ( ('bit', 'Bit'), ('field', 'Field'), |