From 3a1897b5c23f1f3c5b7d7f3ec27549724a384c1b Mon Sep 17 00:00:00 2001 From: Cahit Date: Thu, 6 Mar 2014 12:28:40 +0100 Subject: [PATCH] constraints file correction in the script --- wasa/compile_periph_gsi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasa/compile_periph_gsi.pl b/wasa/compile_periph_gsi.pl index cbc5cec..3d6afc5 100755 --- a/wasa/compile_periph_gsi.pl +++ b/wasa/compile_periph_gsi.pl @@ -98,7 +98,7 @@ system("ln -sfT $lattice_path $WORKDIR/lattice-diamond"); #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_2.lpf >> workdir/$TOPNAME.lpf"); +system("cat currentRelease/tdc_constraints.lpf >> workdir/$TOPNAME.lpf"); #generate timestamp my $t=time; -- 2.43.0