From: hadaq Date: Mon, 27 Aug 2012 12:42:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4fd30ad5a90c6e098d02e15fd9dcbb34cd0cca75;p=trb3.git *** empty log message *** --- diff --git a/tdc_test/compile_constraints.pl b/tdc_test/compile_constraints.pl index 12ec561..cc53986 100644 --- a/tdc_test/compile_constraints.pl +++ b/tdc_test/compile_constraints.pl @@ -7,6 +7,5 @@ my $TOPNAME = "trb3_periph"; #Name of top-level entity my $BasePath = "../base/"; #path to "base" directory #create full lpf file -system("cp $BasePath/trb3_periph_mainz.lpf workdir/$TOPNAME.lpf"); -system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); - +system("cp ../base/trb3_periph_mainz.lpf workdir/$TOPNAME.lpf"); +system("cat ../tdc_releases/tdc_v0.5/".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf");