From ff5ebb4ad462e1473606401e16a134651f6d0fc2 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 6 Mar 2014 11:10:35 +0100 Subject: [PATCH] fixed for renamed constraints file --- 32PinAddOn/compile_constraints_frankfurt.pl | 2 +- hadesstart/compile_periph_frankfurt.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0