From: Jan Michel Date: Wed, 12 Mar 2014 17:49:21 +0000 (+0100) Subject: added tdc_release link and compile_constraints for Frankfurt in Wasa X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=212f5d254d31743347518b8ec4b1e1252af0ce48;p=trb3.git added tdc_release link and compile_constraints for Frankfurt in Wasa --- diff --git a/wasa/compile_constraints.pl b/wasa/compile_constraints.pl index 2d3eb6f..531dd01 100755 --- a/wasa/compile_constraints.pl +++ b/wasa/compile_constraints.pl @@ -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 index 0000000..b3cec8c --- /dev/null +++ b/wasa/compile_constraints_frankfurt.pl @@ -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 index 0000000..02256a1 --- /dev/null +++ b/wasa/tdc_release @@ -0,0 +1 @@ +../tdc_releases/tdc_v1.6/ \ No newline at end of file