From 6b850cbcd19e7dd3d6e2825611dc0b287a7a2650 Mon Sep 17 00:00:00 2001 From: Cahit Date: Mon, 31 Mar 2014 12:07:47 +0200 Subject: [PATCH] altered for 64 channel constraints file --- wasa/compile_constraints.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasa/compile_constraints.pl b/wasa/compile_constraints.pl index 531dd01..cd19631 100755 --- a/wasa/compile_constraints.pl +++ b/wasa/compile_constraints.pl @@ -8,7 +8,7 @@ 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_release/trbnet_constraints.lpf >> diamond/$TOPNAME.lpf"); -system("cat tdc_release/tdc_constraints.lpf >> diamond/$TOPNAME.lpf"); +system("cat tdc_release/tdc_constraints_64.lpf >> diamond/$TOPNAME.lpf"); $TOPNAME = "panda_dirc_wasa"; #Name of top-level entity -- 2.43.0