what is syntax in ucf file for IOBDELAY for virtex 5?

173 views Asked by At
# Sets the attributes to an input differential pin pair (din)
NET <din_p> LOC=<AE7> | IOSTANDARD=<LVDS_25> |IOBDELAY=<NONE/BOTH/IBUF/IFD> | DIFF_TERM=<TRUE>;
NET <din_n> LOC=<AF7> | IOSTANDARD=<LVDS_25> | IOBDELAY=<NONE/BOTH/IBUF/IFD> | DIFF_TERM=<TRUE>;

enter image description here

even when I give IOBDELAY=NONE, the error persists Could someone tell me where I am going wrong ? This syntax was taken from Language templates for IBUFDS

1

There are 1 answers

0
atnd9 On BEST ANSWER

yea it had to do with syntax .
NET "din_p" LOC="AG6" | IOSTANDARD="LVDS_25" | IOBDELAY=NONE | DIFF_TERM=TRUE;

it works this way