From ed9b969a8327d2c395f368896b2438e32ff662ad Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 6 Aug 2013 16:10:20 +0200 Subject: [PATCH] corrected Jtag Controller entry in xml-db --- xml-db/database/JtagController.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xml-db/database/JtagController.xml b/xml-db/database/JtagController.xml index 6a2731d..e723308 100644 --- a/xml-db/database/JtagController.xml +++ b/xml-db/database/JtagController.xml @@ -143,11 +143,11 @@ + address="1800" size="8" purpose="status" mode="r" continuous="true"> + address="0000" size="8" purpose="status" mode="r" continuous="true"> + address="0000" purpose="status" mode="r" > Error counters for read and write operations on the JTAG chain @@ -159,7 +159,7 @@ + address="0001" purpose="status" mode="r" > Error counters for read and write operations on the JTAG chain @@ -171,14 +171,14 @@ + address="0002" purpose="status" mode="r" > Number of times the JTAG controller run a full sequence + address="0003" purpose="status" mode="r" > Status flags of the JTAG chain @@ -371,14 +371,14 @@ + address="0001" mode="w" purpose ="config" > Control register to insert or remove individual sensors from the chain + start="0" bits="4" mode="w" purpose="config" format="unsigned"> The number of the sensor that should be removed or inserted + start="31" bits="1" mode="w" purpose="config" format="boolean"> Selects whether the sensor should be removed (1) or inserted (0) -- 2.51.0