From 4fdf7a7804d868a1aa4e88749db7a1f8bdf9aaf5 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 28 Feb 2014 19:58:07 +0100 Subject: [PATCH] compiling constraings for Frankfurt and new nodelist --- 32PinAddOn/compile_constraints_frankfurt.pl | 13 +++++++++++++ 32PinAddOn/nodes_frankfurt.txt | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100755 32PinAddOn/compile_constraints_frankfurt.pl create mode 100644 32PinAddOn/nodes_frankfurt.txt diff --git a/32PinAddOn/compile_constraints_frankfurt.pl b/32PinAddOn/compile_constraints_frankfurt.pl new file mode 100755 index 0000000..3c6e4d9 --- /dev/null +++ b/32PinAddOn/compile_constraints_frankfurt.pl @@ -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 index 0000000..5d227bb --- /dev/null +++ b/32PinAddOn/nodes_frankfurt.txt @@ -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 + -- 2.43.0