From: Andreas Neiser Date: Fri, 10 May 2013 13:27:38 +0000 (+0200) Subject: Updated compile script for CTS X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=cea36ac0286e86fcb1bfd5eb26bceae836033142;p=trb3.git Updated compile script for CTS --- diff --git a/cts/compile_central_gsi.pl b/cts/compile_central_gsi.pl index 7c99936..c02f839 100755 --- a/cts/compile_central_gsi.pl +++ b/cts/compile_central_gsi.pl @@ -41,7 +41,7 @@ my $SPEEDGRADE="8"; #create full lpf file -system("cp ../base/$TOPNAME.lpf workdir/$TOPNAME.lpf"); +system("cp ../base/trb3_central_cts.lpf workdir/$TOPNAME.lpf"); system("cat tdc_release/tdc_constraints.lpf >> workdir/$TOPNAME.lpf"); system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); system("sed -i 's#THE_TDC/#gen_TDC_THE_TDC/#g' workdir/$TOPNAME.lpf");