From: Andreas Neiser Date: Wed, 21 May 2014 07:30:22 +0000 (+0200) Subject: Leaving Spi Memory read for now....how to implement the UniqueId??? X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=318b1b0d1ed4a4e189833ea7050b337828dd649c;p=daqtools.git Leaving Spi Memory read for now....how to implement the UniqueId??? --- diff --git a/xml-db/get.pl b/xml-db/get.pl index fda74de..925ed86 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -354,7 +354,9 @@ sub register_read_mem { when ("TrbNetEntity") { $o = convert_keys_to_hex(trb_register_read_mem($netaddr, $regaddr, $start, $size)); } - when ("SpiEntity") { $o = { "$netaddr:1" => [1,2,3] }; } + when ("SpiEntity") { + die "Reading SpiEntity Memory not implemented yet..."; + } default {die "EntityType not recognized";} } #die Dumper($o);