--- /dev/null
+#!/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");
+
--- /dev/null
+// 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
+