]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
fixed for renamed constraints file
authorJan Michel <j.michel@gsi.de>
Thu, 6 Mar 2014 10:10:35 +0000 (11:10 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 6 Mar 2014 10:10:35 +0000 (11:10 +0100)
32PinAddOn/compile_constraints_frankfurt.pl
hadesstart/compile_periph_frankfurt.pl

index 791c403a0d7a281f0de16790d2c86d332e7a4c5e..3c6e4d9fa1772580b58acc96a65501ad4a6c51bb 100755 (executable)
@@ -9,5 +9,5 @@ my $TOPNAME                      = "trb3_periph_32PinAddOn";  #Name of top-level
 #create full lpf file
 system("cp ../base/trb3_periph_32PinAddOn.lpf workdir/$TOPNAME.lpf");
 system("cat currentRelease/trbnet_constraints.lpf >> workdir/$TOPNAME.lpf");
-system("cat currentRelease/tdc_constraints_2.lpf >> workdir/$TOPNAME.lpf");
+system("cat currentRelease/tdc_constraints.lpf >> workdir/$TOPNAME.lpf");
 
index 609cf2f3efdf03f7c5dc97cc11739004f5cbe53e..1421666d0219b437302cb1b6160b8fd7e4e60649 100755 (executable)
@@ -36,7 +36,7 @@ my $SPEEDGRADE="8";
 #create full lpf file
 system("cp ../base/trb3_periph_ada.lpf workdir/$TOPNAME.lpf");
 system("cat currentRelease/trbnet_constraints.lpf >> workdir/$TOPNAME.lpf");
-system("cat currentRelease/tdc_constraints_2.lpf >> workdir/$TOPNAME.lpf");
+system("cat currentRelease/tdc_constraints.lpf >> workdir/$TOPNAME.lpf");
 
 
 #set -e