From 2d566d0616946e3c77cc7bb05156e85bd705baa4 Mon Sep 17 00:00:00 2001 From: Ludwig Maier Date: Thu, 16 Oct 2014 11:21:28 +0200 Subject: [PATCH] checkin before removing adc DQS ddr_generic --- base/trb3_periph_nxyter.lpf | 1 - nxyter/compile_munich20.pl | 2 +- nxyter/compile_munich21.pl | 2 +- nxyter/compile_munich32.pl | 2 +- nxyter/nodelist.txt | 5 ----- nxyter/trb3_periph_multi.p2t | 2 +- nxyter/trb3_periph_nxyter.lpf | 6 +++++- 7 files changed, 9 insertions(+), 11 deletions(-) delete mode 120000 base/trb3_periph_nxyter.lpf diff --git a/base/trb3_periph_nxyter.lpf b/base/trb3_periph_nxyter.lpf deleted file mode 120000 index 1b16adf..0000000 --- a/base/trb3_periph_nxyter.lpf +++ /dev/null @@ -1 +0,0 @@ -../nxyter/trb3_periph_nxyter.lpf \ No newline at end of file diff --git a/nxyter/compile_munich20.pl b/nxyter/compile_munich20.pl index 2378e6b..1a9415f 100755 --- a/nxyter/compile_munich20.pl +++ b/nxyter/compile_munich20.pl @@ -38,7 +38,7 @@ my $SPEEDGRADE="8"; #create full lpf file -system("cp ../base/$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); +system("cp ./$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); diff --git a/nxyter/compile_munich21.pl b/nxyter/compile_munich21.pl index b23925c..5290d32 100755 --- a/nxyter/compile_munich21.pl +++ b/nxyter/compile_munich21.pl @@ -38,7 +38,7 @@ my $SPEEDGRADE="8"; #create full lpf file -system("cp ../base/$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); +system("cp ./$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); diff --git a/nxyter/compile_munich32.pl b/nxyter/compile_munich32.pl index f5cefd9..9f7ae7e 100755 --- a/nxyter/compile_munich32.pl +++ b/nxyter/compile_munich32.pl @@ -29,7 +29,7 @@ my $SPEEDGRADE="8"; #create full lpf file -system("cp ../base/$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); +system("cp ./$TOPNAME"."_nxyter.lpf workdir/$TOPNAME.lpf"); system("cat ".$TOPNAME."_constraints.lpf >> workdir/$TOPNAME.lpf"); #set -e diff --git a/nxyter/nodelist.txt b/nxyter/nodelist.txt index 0c760d8..b7ca533 100755 --- a/nxyter/nodelist.txt +++ b/nxyter/nodelist.txt @@ -1,8 +1,3 @@ -[pbs1] -system = linux -corenum = 2 -env = /usr/local/opt/lattice_diamond/diamond/3.2/bin/lin64/diamond_env -workdir = /home/rich/TRB/nXyter/trb3/nxyter/workdir/ [pbs2] system = linux corenum = 2 diff --git a/nxyter/trb3_periph_multi.p2t b/nxyter/trb3_periph_multi.p2t index 5a26fc3..b36220e 100644 --- a/nxyter/trb3_periph_multi.p2t +++ b/nxyter/trb3_periph_multi.p2t @@ -1,7 +1,7 @@ -w -i 2 -l 5 --n 5 +-n 1 -t 1 -s 1 -c 1 diff --git a/nxyter/trb3_periph_nxyter.lpf b/nxyter/trb3_periph_nxyter.lpf index 1a2437a..50e70e7 100644 --- a/nxyter/trb3_periph_nxyter.lpf +++ b/nxyter/trb3_periph_nxyter.lpf @@ -118,11 +118,15 @@ LOCATE COMP "NX1_TIMESTAMP_IN_0" SITE "K2"; #DQUL2_0 #50 LOCATE COMP "NX1_TIMESTAMP_IN_1" SITE "J4"; #DQUL2_2 #54 LOCATE COMP "NX1_TIMESTAMP_IN_2" SITE "D1"; #DQUL2_4 #58 LOCATE COMP "NX1_TIMESTAMP_IN_3" SITE "E1"; #DQUL2_6 #66 + #LOCATE COMP "NX1_TIMESTAMP_IN_4" SITE "L5"; #DQUL2_8 #70 +LOCATE COMP "NX1_TIMESTAMP_IN_4" SITE "L2"; #DQUL3_6 # + LOCATE COMP "NX1_TIMESTAMP_IN_5" SITE "H2"; #DQUL3_0 #49 LOCATE COMP "NX1_TIMESTAMP_IN_6" SITE "K3"; #DQUL3_2 #53 LOCATE COMP "NX1_TIMESTAMP_IN_7" SITE "H1"; #DQUL3_4 #57 -LOCATE COMP "NX1_TIMESTAMP_IN_4" SITE "L2"; #DQUL3_6 # + + #DEFINE PORT GROUP "LVDS_group1" "NX1_TIMESTAMP*" ; #IOBUF GROUP "LVDS_group1" IO_TYPE=LVDS25 DIFFRESISTOR=100 TERMINATEVTT=off; -- 2.43.0