]> jspc29.x-matter.uni-frankfurt.de Git - jtag_mvd.git/commitdiff
writeram via libtrbnet for debugging
authorJan Michel <j.michel@gsi.de>
Fri, 19 Jul 2013 15:27:13 +0000 (17:27 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 19 Jul 2013 15:27:13 +0000 (17:27 +0200)
soft/toolbox/jtag_atomic/ui_writeram.pl

index e69f31920f1cf6dd21c62e9f9e77efc0087a62df..de91726d0525f7723e2365b277795bc172ae28c9 100755 (executable)
@@ -441,7 +441,7 @@ foreach my $chain (keys %allchains) {
     execute_shell_command("trbcmd wm $fpga_addr $ram_addr 0 $memfilenames[$i]", "");
     
   print "---------------\n";
-  foreach my $s ($memhash->{$memfilenames[$i]}) {
+  foreach my $s (@{$memhash->{$memfilenames[$i]}}) {
     printf("0x%08X\n",$s);
     }
   print "---------------\n";