]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
update compile script for trb5sc
authorJan Michel <j.michel@gsi.de>
Wed, 26 Sep 2018 10:01:58 +0000 (12:01 +0200)
committerJan Michel <j.michel@gsi.de>
Wed, 26 Sep 2018 10:02:29 +0000 (12:02 +0200)
scripts/compile.pl

index 75c6b5d4768ce0bac38b8d5b0d6dcc7b73ec8426..4694f1b2c4317f89edc81793e1c028cf238774a1 100755 (executable)
@@ -132,7 +132,7 @@ if ($con==1 || $all==1) {
   #system("unlink $WORKDIR/Adder_304.ngo");
 
   if ($include_TDC && $include_CTS==0) {
-    if ($TOPNAME =~ /dirich/) {
+    if ($TOPNAME =~ /dirich/ || $TOPNAME =~ /trb5sc/ ) {
       system("cat tdc_release/dirich_trbnet_constraints.lpf >> $WORKDIR/$TOPNAME.lpf");
       system("cat tdc_release/dirich_tdc_constraints.lpf >> $WORKDIR/$TOPNAME.lpf");
       system("ln -s $cwd/../../tdc/base/cores/ecp5/TDC/Adder_304.ngo $WORKDIR/Adder_304.ngo");