]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
compile_constraints.pl scripts are added - cu
authorCahit <c.ugur@gsi.de>
Thu, 18 Apr 2013 07:17:18 +0000 (09:17 +0200)
committerCahit <c.ugur@gsi.de>
Thu, 18 Apr 2013 07:17:18 +0000 (09:17 +0200)
cbmrich/compile_constraints.pl [new file with mode: 0755]
wasa/compile_constraints.pl [new file with mode: 0755]

diff --git a/cbmrich/compile_constraints.pl b/cbmrich/compile_constraints.pl
new file mode 100755 (executable)
index 0000000..40c6be4
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+use Data::Dumper;
+use warnings;
+use strict;
+
+my $TOPNAME                      = "cbmrich";  #Name of top-level entity
+
+
+#create full lpf file
+system("cp ../base/$TOPNAME.lpf workdir/$TOPNAME.lpf");
+system("cat ../tdc_releases/tdc_v1.1.1/tdc_constraints.lpf >> workdir/$TOPNAME.lpf");
diff --git a/wasa/compile_constraints.pl b/wasa/compile_constraints.pl
new file mode 100755 (executable)
index 0000000..1e5965e
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+use Data::Dumper;
+use warnings;
+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");