]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
compiling constraings for Frankfurt and new nodelist
authorJan Michel <j.michel@gsi.de>
Fri, 28 Feb 2014 18:58:07 +0000 (19:58 +0100)
committerJan Michel <j.michel@gsi.de>
Fri, 28 Feb 2014 19:25:01 +0000 (20:25 +0100)
32PinAddOn/compile_constraints_frankfurt.pl [new file with mode: 0755]
32PinAddOn/nodes_frankfurt.txt [new file with mode: 0644]

diff --git a/32PinAddOn/compile_constraints_frankfurt.pl b/32PinAddOn/compile_constraints_frankfurt.pl
new file mode 100755 (executable)
index 0000000..3c6e4d9
--- /dev/null
@@ -0,0 +1,13 @@
+#!/usr/bin/perl
+use Data::Dumper;
+use warnings;
+use strict;
+
+my $TOPNAME                      = "trb3_periph_32PinAddOn";  #Name of top-level entity
+
+
+#create full lpf file
+system("cp ../base/trb3_periph_32PinAddOn.lpf workdir/$TOPNAME.lpf");
+system("cat currentRelease/trbnet_constraints.lpf >> workdir/$TOPNAME.lpf");
+system("cat currentRelease/tdc_constraints.lpf >> workdir/$TOPNAME.lpf");
+
diff --git a/32PinAddOn/nodes_frankfurt.txt b/32PinAddOn/nodes_frankfurt.txt
new file mode 100644 (file)
index 0000000..5d227bb
--- /dev/null
@@ -0,0 +1,8 @@
+// nodes file for parallel place&route
+
+[jspc56]
+SYSTEM = linux
+CORENUM = 4
+ENV = /d/jspc29/lattice/30_settings.sh
+WORKDIR = /d/jspc22/trb/git/trb3/32PinAddOn/project/tdc
+