summaryrefslogtreecommitdiff
path: root/decoders/counter
AgeCommit message (Expand)Author
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2018-08-30counter: Consider edge counter offset also in word processingSoeren Apel
2018-08-30counter: Let user decide how to handle the initial dead_cycles stateSoeren Apel
2018-08-30counter: Introduce option to ignore edgesGerhard Sittig
2018-08-30counter: Use initial counter values also after a resetSoeren Apel
2018-08-11counter: add support for user specified initial counter valuesGerhard Sittig
2018-05-30counter: Drop unneeded tuple braces.Uwe Hermann
2018-05-30counter: emit wider annotations for data and word countsGerhard Sittig
2018-05-30counter: prepare for variable width annotationsGerhard Sittig
2018-05-29counter: explicit string formatting for annotation textGerhard Sittig
2018-05-29counter: use local variables instead of instance variablesGerhard Sittig
2018-05-29counter: move some init code to the start of decode()Gerhard Sittig
2018-05-29counter: use symbolic names for input pins, wait conditions, annotation rowsGerhard Sittig
2018-05-29counter: explicit option text to .wait() edge mappingGerhard Sittig
2018-01-03counter: make 'reset' signal polarity an optionGerhard Sittig
2018-01-03counter: Make "word reset" an explicit annotation class+row.Uwe Hermann
2018-01-03Add a trivial "counter" decoderStefan BrĂ¼ns