From: Andreas Neiser Date: Fri, 23 May 2014 13:03:49 +0000 (+0200) Subject: Fixing group name clash in LPF for ADC addon X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0fc4217d8230f40169179734549b139c3233b3a1;p=trb3.git Fixing group name clash in LPF for ADC addon --- diff --git a/base/trb3_periph_adc.lpf b/base/trb3_periph_adc.lpf index 7dd8ee3..109757a 100644 --- a/base/trb3_periph_adc.lpf +++ b/base/trb3_periph_adc.lpf @@ -54,8 +54,8 @@ LOCATE COMP "FPGA5_COMM_8" SITE "AE4"; LOCATE COMP "FPGA5_COMM_9" SITE "AF4"; LOCATE COMP "FPGA5_COMM_10" SITE "V10"; LOCATE COMP "FPGA5_COMM_11" SITE "W10"; -DEFINE PORT GROUP "FPGA_group" "FPGA*" ; -IOBUF GROUP "FPGA_group" IO_TYPE=LVCMOS25 PULLMODE=UP ; +DEFINE PORT GROUP "FPGA5_group" "FPGA5*" ; +IOBUF GROUP "FPGA5_group" IO_TYPE=LVCMOS25 PULLMODE=UP ; LOCATE COMP "TEST_LINE_0" SITE "A5"; LOCATE COMP "TEST_LINE_1" SITE "A6";