From 85883ab235f9accbcf3dcfceb8c2bc0bf4247071 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 26 Sep 2018 12:01:58 +0200 Subject: [PATCH] update compile script for trb5sc --- scripts/compile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile.pl b/scripts/compile.pl index 75c6b5d..4694f1b 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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"); -- 2.43.0