From 1eab4921f6160eda8ef62477b08c56d32f8a8245 Mon Sep 17 00:00:00 2001 From: Cahit Date: Tue, 6 May 2014 14:53:58 +0200 Subject: [PATCH] constraint files are individual for each design --- wasa/compile_constraints.pl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/wasa/compile_constraints.pl b/wasa/compile_constraints.pl index cd19631..48c67d7 100755 --- a/wasa/compile_constraints.pl +++ b/wasa/compile_constraints.pl @@ -6,14 +6,16 @@ use strict; my $TOPNAME = "trb3_periph_padiwa"; #Name of top-level entity #create full lpf file -system("cp ../base/$TOPNAME.lpf diamond/$TOPNAME.lpf"); -system("cat tdc_release/trbnet_constraints.lpf >> diamond/$TOPNAME.lpf"); -system("cat tdc_release/tdc_constraints_64.lpf >> diamond/$TOPNAME.lpf"); +system("cp ../base/$TOPNAME.lpf diamond/trb3_periph.lpf"); +system("cat currentRelease/trbnet_constraints.lpf >> diamond/trb3_periph.lpf"); +system("cat currentRelease/tdc_constraints_64.lpf >> diamond/trb3_periph.lpf"); +system("cat currentRelease/unimportant_lines_constraints.lpf >> diamond/trb3_periph.lpf"); +system("cat unimportant_lines_constraints.lpf >> diamond/trb3_periph.lpf"); -$TOPNAME = "panda_dirc_wasa"; #Name of top-level entity +#$TOPNAME = "panda_dirc_wasa"; #Name of top-level entity -#create full lpf file -system("cp ../base/".$TOPNAME."1.lpf workdir/$TOPNAME.lpf"); -system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); +##create full lpf file +#system("cp ../base/".$TOPNAME."1.lpf workdir/$TOPNAME.lpf"); +#system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); -- 2.43.0