]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
new nxyter data input stage, JM
authorhadeshyp <hadeshyp>
Wed, 27 Mar 2013 23:34:21 +0000 (23:34 +0000)
committerhadeshyp <hadeshyp>
Wed, 27 Mar 2013 23:34:21 +0000 (23:34 +0000)
nxyter/compile_munich2.pl

index 6b1526c678c754e0f079cbd99a210f39ae5f40db..a67b4874d1eeddb2d77ff880af5f4db79dc1abe7 100755 (executable)
@@ -117,8 +117,8 @@ $c=qq|$lattice_path/ispfpga/bin/lin/multipar -pr "$TOPNAME.prf" -o "mpar_$TOPNAM
 execute($c);
 
 # IOR IO Timing Report
-$c=qq|$lattice_path/ispfpga/bin/lin/iotiming -s "$TOPNAME.ncd" "$TOPNAME.prf"|;
-execute($c);
+$c=qq|$lattice_path/ispfpga/bin/lin/iotiming -s "$TOPNAME.ncd" "$TOPNAME.prf"|;
+execute($c);
 
 # TWR Timing Report
 $c=qq|$lattice_path/ispfpga/bin/lin/trce -c -v 15 -o "$TOPNAME.twr.setup" "$TOPNAME.ncd" "$TOPNAME.prf"|;