From: Cahit Date: Thu, 6 Mar 2014 11:28:40 +0000 (+0100) Subject: constraints file correction in the script X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3a1897b5c23f1f3c5b7d7f3ec27549724a384c1b;p=trb3.git constraints file correction in the script --- diff --git a/wasa/compile_periph_gsi.pl b/wasa/compile_periph_gsi.pl index cbc5cec..3d6afc5 100755 --- a/wasa/compile_periph_gsi.pl +++ b/wasa/compile_periph_gsi.pl @@ -98,7 +98,7 @@ system("ln -sfT $lattice_path $WORKDIR/lattice-diamond"); #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"); #generate timestamp my $t=time;