summaryrefslogtreecommitdiff
path: root/decoder
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-11-09 15:48:06 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-11-09 15:48:06 +0100
commitccb7a642b9c9da33e3cfe822acbe0599608aaf9e (patch)
tree9b8c8322823565bf933da9f7cf4ad4fd801b9f56 /decoder
parentb2288129db28d095a01d8687d267cf1f184dfbfc (diff)
downloadsigrok-test-ccb7a642b9c9da33e3cfe822acbe0599608aaf9e.tar.gz
sigrok-test-ccb7a642b9c9da33e3cfe822acbe0599608aaf9e.zip
eeprom93xx: Use fixed-width hex output.
Diffstat (limited to 'decoder')
-rw-r--r--decoder/test/eeprom93xx/st_m93c66.output8
-rw-r--r--decoder/test/eeprom93xx/st_m93c66_ascii.output8
2 files changed, 8 insertions, 8 deletions
diff --git a/decoder/test/eeprom93xx/st_m93c66.output b/decoder/test/eeprom93xx/st_m93c66.output
index f0ca20e..b94ec8b 100644
--- a/decoder/test/eeprom93xx/st_m93c66.output
+++ b/decoder/test/eeprom93xx/st_m93c66.output
@@ -1,18 +1,18 @@
2530-2557 eeprom93xx: si-data: "Read word" "READ"
-2557-2671 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+2557-2671 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
2671-2908 eeprom93xx: so-data: "Data: 0x4242" "0x4242"
3301-3329 eeprom93xx: si-data: "Read word" "READ"
-3329-3443 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+3329-3443 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
3443-3678 eeprom93xx: so-data: "Data: 0x4242" "0x4242"
3678-3913 eeprom93xx: so-data: "Data: 0x4242" "0x4242"
3913-4148 eeprom93xx: so-data: "Data: 0x4242" "0x4242"
4148-4385 eeprom93xx: so-data: "Data: 0x4242" "0x4242"
4749-4889 eeprom93xx: si-data: "Write enable" "WEN"
5254-5281 eeprom93xx: si-data: "Erase word" "ERASE"
-5281-5394 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+5281-5394 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
11136-11277 eeprom93xx: si-data: "Erase all memory" "Erase all" "ERAL"
17132-17159 eeprom93xx: si-data: "Write word" "WRITE"
-17159-17273 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+17159-17273 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
17273-17492 eeprom93xx: si-data: "Data: 0x4242" "0x4242"
28751-28892 eeprom93xx: si-data: "Write all memory" "Write all" "WRAL"
28892-29112 eeprom93xx: si-data: "Data: 0x4242" "0x4242"
diff --git a/decoder/test/eeprom93xx/st_m93c66_ascii.output b/decoder/test/eeprom93xx/st_m93c66_ascii.output
index 87c91d1..598c9b1 100644
--- a/decoder/test/eeprom93xx/st_m93c66_ascii.output
+++ b/decoder/test/eeprom93xx/st_m93c66_ascii.output
@@ -1,18 +1,18 @@
2530-2557 eeprom93xx: si-data: "Read word" "READ"
-2557-2671 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+2557-2671 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
2671-2908 eeprom93xx: so-data: "Data: BB" "BB"
3301-3329 eeprom93xx: si-data: "Read word" "READ"
-3329-3443 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+3329-3443 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
3443-3678 eeprom93xx: so-data: "Data: BB" "BB"
3678-3913 eeprom93xx: so-data: "Data: BB" "BB"
3913-4148 eeprom93xx: so-data: "Data: BB" "BB"
4148-4385 eeprom93xx: so-data: "Data: BB" "BB"
4749-4889 eeprom93xx: si-data: "Write enable" "WEN"
5254-5281 eeprom93xx: si-data: "Erase word" "ERASE"
-5281-5394 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+5281-5394 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
11136-11277 eeprom93xx: si-data: "Erase all memory" "Erase all" "ERAL"
17132-17159 eeprom93xx: si-data: "Write word" "WRITE"
-17159-17273 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0"
+17159-17273 eeprom93xx: si-data: "Address: 0x0000" "Addr: 0x0000" "0x0000"
17273-17492 eeprom93xx: si-data: "Data: BB" "BB"
28751-28892 eeprom93xx: si-data: "Write all memory" "Write all" "WRAL"
28892-29112 eeprom93xx: si-data: "Data: BB" "BB"