From: Jan Michel Date: Fri, 16 Oct 2015 13:20:38 +0000 (+0200) Subject: removed trb3sc_basic.lpf from compile script X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2808519b14878eee8888e0f59e5b72276d7f48e8;p=trb3sc.git removed trb3sc_basic.lpf from compile script --- diff --git a/scripts/compile.pl b/scripts/compile.pl index af92072..7d4156e 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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");