From: Uwe Hermann Date: Sat, 9 Nov 2019 14:48:06 +0000 (+0100) Subject: eeprom93xx: Use fixed-width hex output. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=ccb7a642b9c9da33e3cfe822acbe0599608aaf9e;ds=sidebyside eeprom93xx: Use fixed-width hex output. --- 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"