]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
constraint files are individual for each design
authorCahit <c.ugur@gsi.de>
Tue, 6 May 2014 12:53:58 +0000 (14:53 +0200)
committerCahit <c.ugur@gsi.de>
Tue, 6 May 2014 12:53:58 +0000 (14:53 +0200)
wasa/compile_constraints.pl

index cd1963151945e70b39d4e8d4ce25cff7530304ee..48c67d75db3ef785372f4efbe9356f638165a68f 100755 (executable)
@@ -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");