From: Jan Michel Date: Thu, 6 Mar 2014 10:10:35 +0000 (+0100) Subject: fixed for renamed constraints file X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=ff5ebb4ad462e1473606401e16a134651f6d0fc2;p=trb3.git fixed for renamed constraints file --- diff --git a/32PinAddOn/compile_constraints_frankfurt.pl b/32PinAddOn/compile_constraints_frankfurt.pl index 791c403..3c6e4d9 100755 --- a/32PinAddOn/compile_constraints_frankfurt.pl +++ b/32PinAddOn/compile_constraints_frankfurt.pl @@ -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"); diff --git a/hadesstart/compile_periph_frankfurt.pl b/hadesstart/compile_periph_frankfurt.pl index 609cf2f..1421666 100755 --- a/hadesstart/compile_periph_frankfurt.pl +++ b/hadesstart/compile_periph_frankfurt.pl @@ -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