summaryrefslogtreecommitdiff
path: root/decoder/test/counter
AgeCommit message (Collapse)Author
2019-01-20HD44780 dump has moved into display/ subdirectoryGerhard Sittig
2018-05-30counter: Update test results to reflect recent PD changes.Uwe Hermann
2018-01-11counter: use HD44780 dump to check counter's reset_edge optionGerhard Sittig
Resetting counters depending on the LCD controller's R/S signal yields numbers that correspond to byte sequences that either "control" hardware (register access) or carry "data" (display text). Provide a test case for the rising edge of RESET. Existing cases already covered the falling edge of RESET which is the default.
2018-01-06counter: adjust test config for renamed 'data_edge' optionGerhard Sittig
2018-01-03Add some counter test-cases.Uwe Hermann