From 4fd30ad5a90c6e098d02e15fd9dcbb34cd0cca75 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 27 Aug 2012 12:42:26 +0000 Subject: [PATCH] *** empty log message *** --- tdc_test/compile_constraints.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"); -- 2.43.0