]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
constraints script is added - cu
authorCahit <c.ugur@gsi.de>
Thu, 18 Apr 2013 14:22:14 +0000 (16:22 +0200)
committerCahit <c.ugur@gsi.de>
Thu, 18 Apr 2013 14:22:14 +0000 (16:22 +0200)
wasa/compile_constraints.pl

index 1e5965e67ef9671e0c4412570616a00fa0fde9e0..914b02a224d4125c78fcf51df4da9a8f3a091cd5 100755 (executable)
@@ -7,6 +7,6 @@ use strict;
 my $TOPNAME  = "trb3_periph_padiwa"; #Name of top-level entity
 
 #create full lpf file
-system("cp ../base/$TOPNAME.lpf workdir/$TOPNAME.lpf");
-system("cat ../tdc_releases/tdc_v1.3/trbnet_constraints.lpf >> workdir/$TOPNAME.lpf");
-system("cat ../tdc_releases/tdc_v1.3/tdc_constraints.lpf >> workdir/$TOPNAME.lpf");
+system("cp ../base/$TOPNAME.lpf diamond/$TOPNAME.lpf");
+system("cat ../tdc_releases/tdc_v1.4/trbnet_constraints.lpf >> diamond/$TOPNAME.lpf");
+system("cat ../tdc_releases/tdc_v1.4/tdc_constraints.lpf >> diamond/$TOPNAME.lpf");