]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
added tdc_release link and compile_constraints for Frankfurt in Wasa
authorJan Michel <j.michel@gsi.de>
Wed, 12 Mar 2014 17:49:21 +0000 (18:49 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 12 Mar 2014 17:49:21 +0000 (18:49 +0100)
wasa/compile_constraints.pl
wasa/compile_constraints_frankfurt.pl [new file with mode: 0755]
wasa/tdc_release [new symlink]

index 2d3eb6f8abd8cff48b63bb64f0f094db75ecf122..531dd010fd1e91e09787424026697c2717ab033b 100755 (executable)
@@ -7,8 +7,8 @@ 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_releases/tdc_v1.5/trbnet_constraints.lpf >> diamond/$TOPNAME.lpf");
-system("cat ../tdc_releases/tdc_v1.5/tdc_constraints.lpf >> diamond/$TOPNAME.lpf");
+system("cat tdc_release/trbnet_constraints.lpf >> diamond/$TOPNAME.lpf");
+system("cat tdc_release/tdc_constraints.lpf >> diamond/$TOPNAME.lpf");
 
 
 $TOPNAME  = "panda_dirc_wasa"; #Name of top-level entity
diff --git a/wasa/compile_constraints_frankfurt.pl b/wasa/compile_constraints_frankfurt.pl
new file mode 100755 (executable)
index 0000000..b3cec8c
--- /dev/null
@@ -0,0 +1,19 @@
+#!/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_release/trbnet_constraints.lpf >> workdir/$TOPNAME.lpf");
+system("cat tdc_release/tdc_constraints_4.lpf >> workdir/$TOPNAME.lpf");
+
+
+#$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");
+
diff --git a/wasa/tdc_release b/wasa/tdc_release
new file mode 120000 (symlink)
index 0000000..02256a1
--- /dev/null
@@ -0,0 +1 @@
+../tdc_releases/tdc_v1.6/
\ No newline at end of file