]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Leaving Spi Memory read for now....how to implement the UniqueId???
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 21 May 2014 07:30:22 +0000 (09:30 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 21 May 2014 13:30:10 +0000 (15:30 +0200)
xml-db/get.pl

index fda74deabaa2e9d8b873cba7f57dca834f210eee..925ed86c2e920c6c718babb366177ebc39c6163f 100755 (executable)
@@ -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);