]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
constraints file correction in the script
authorCahit <c.ugur@gsi.de>
Thu, 6 Mar 2014 11:28:40 +0000 (12:28 +0100)
committerCahit <c.ugur@gsi.de>
Thu, 6 Mar 2014 11:28:40 +0000 (12:28 +0100)
wasa/compile_periph_gsi.pl

index cbc5cecaa9764de1ab77e175fed4c598885f71bd..3d6afc5fdc0624f1e8f61c8ac7ccd65b87cca905 100755 (executable)
@@ -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;