From a6cb34da3d2e9d63264516848b5e7b5e64c85a87 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 6 Jun 2017 12:49:42 +0200 Subject: [PATCH 1/1] Rename eeprom93cxx to eeprom93xx. --- decoder/test/eeprom93cxx/st_m93c66.output | 19 ------------------- decoder/test/eeprom93xx/st_m93c66.output | 19 +++++++++++++++++++ .../{eeprom93cxx => eeprom93xx}/test.conf | 6 +++--- 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 decoder/test/eeprom93cxx/st_m93c66.output create mode 100644 decoder/test/eeprom93xx/st_m93c66.output rename decoder/test/{eeprom93cxx => eeprom93xx}/test.conf (54%) diff --git a/decoder/test/eeprom93cxx/st_m93c66.output b/decoder/test/eeprom93cxx/st_m93c66.output deleted file mode 100644 index 2a05238..0000000 --- a/decoder/test/eeprom93cxx/st_m93c66.output +++ /dev/null @@ -1,19 +0,0 @@ -2530-2557 eeprom93cxx: si-data: "Read word" "READ" -2557-2671 eeprom93cxx: si-data: "Address: 0x0" "Addr: 0x0" "0x0" -2671-2908 eeprom93cxx: so-data: "Data: 0x4242" "0x4242" -3301-3329 eeprom93cxx: si-data: "Read word" "READ" -3329-3443 eeprom93cxx: si-data: "Address: 0x0" "Addr: 0x0" "0x0" -3443-3678 eeprom93cxx: so-data: "Data: 0x4242" "0x4242" -3678-3913 eeprom93cxx: so-data: "Data: 0x4242" "0x4242" -3913-4148 eeprom93cxx: so-data: "Data: 0x4242" "0x4242" -4148-4385 eeprom93cxx: so-data: "Data: 0x4242" "0x4242" -4749-4889 eeprom93cxx: si-data: "Write enable" "WEN" -5254-5281 eeprom93cxx: si-data: "Erase word" "ERASE" -5281-5394 eeprom93cxx: si-data: "Address: 0x0" "Addr: 0x0" "0x0" -11136-11277 eeprom93cxx: si-data: "Erase all memory" "Erase all" "ERAL" -17132-17159 eeprom93cxx: si-data: "Write word" "WRITE" -17159-17273 eeprom93cxx: si-data: "Address: 0x0" "Addr: 0x0" "0x0" -17273-17492 eeprom93cxx: si-data: "Data: 0x4242" "0x4242" -28751-28892 eeprom93cxx: si-data: "Write all memory" "Write all" "WRAL" -28892-29112 eeprom93cxx: si-data: "Data: 0x4242" "0x4242" -40469-40610 eeprom93cxx: si-data: "Write disable" "WDS" diff --git a/decoder/test/eeprom93xx/st_m93c66.output b/decoder/test/eeprom93xx/st_m93c66.output new file mode 100644 index 0000000..f0ca20e --- /dev/null +++ b/decoder/test/eeprom93xx/st_m93c66.output @@ -0,0 +1,19 @@ +2530-2557 eeprom93xx: si-data: "Read word" "READ" +2557-2671 eeprom93xx: si-data: "Address: 0x0" "Addr: 0x0" "0x0" +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" +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" +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" +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" +40469-40610 eeprom93xx: si-data: "Write disable" "WDS" diff --git a/decoder/test/eeprom93cxx/test.conf b/decoder/test/eeprom93xx/test.conf similarity index 54% rename from decoder/test/eeprom93cxx/test.conf rename to decoder/test/eeprom93xx/test.conf index 6fb11a9..62861fc 100644 --- a/decoder/test/eeprom93cxx/test.conf +++ b/decoder/test/eeprom93xx/test.conf @@ -1,6 +1,6 @@ test st_m93c66 protocol-decoder microwire channel cs=1 channel sk=3 channel si=4 channel so=5 - protocol-decoder eeprom93cxx - stack microwire eeprom93cxx + protocol-decoder eeprom93xx + stack microwire eeprom93xx input microwire/st_m93c66/st_m93c66.sr - output eeprom93cxx annotation match st_m93c66.output + output eeprom93xx annotation match st_m93c66.output -- 2.30.2