]> jspc29.x-matter.uni-frankfurt.de Git - trb3sc.git/commitdiff
removed trb3sc_basic.lpf from compile script
authorJan Michel <j.michel@gsi.de>
Fri, 16 Oct 2015 13:20:38 +0000 (15:20 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 16 Oct 2015 13:20:38 +0000 (15:20 +0200)
scripts/compile.pl

index af920720eec713b4e23be35e4eb3992f7eabea1f..7d4156eee1da37e7c48a0d23dea9c1523087e57e 100755 (executable)
@@ -117,7 +117,7 @@ if($con==1 || $all==1){
   #create full lpf file
   print GREEN, "Generating constraints file...\n\n", RESET;
   system("cp ../pinout/$pinout_file.lpf $WORKDIR/$TOPNAME.lpf");
-  system("cat ../pinout/trb3sc_basic.lpf >> $WORKDIR/$TOPNAME.lpf");
+  system("cat ../pinout/trb3sc_basic.lpf >> $WORKDIR/$TOPNAME.lpf");
   system("cat ../pinout/basic_constraints.lpf >> $WORKDIR/$TOPNAME.lpf");
   system("cat $TOPNAME.lpf >> $WORKDIR/$TOPNAME.lpf");