F
filmil
I get the following error while trying to instantiate GTP_DUAL for a
Virtex 5 in Synplify Pro 8.8:
CD395 Constant width 28 does not match context width 27. There are a
couple of such messages, so I'll focus on one.
Within unisim.vhd, line 8216:
PMA_CDR_SCAN_0 : bit_vector := X"6c08040";
Which, in effect says that the attribute is 28 bit, since hexadecimal
addressing is used.
However, from V5 User Guide: http://direct.xilinx.com/bvdocs/userguides/ug196.pdf,
table 7-10 on page 137:
PMA_CDR_SCAN_0 This *27-bit* attribute...
So, there seems to be a mismatch with the inferred width of the
attribute (28) and the actual width (27), and to me it seems to be a
bug. How can I report this somewhere? At least I hope some synplify
people are reading this.
f
Virtex 5 in Synplify Pro 8.8:
CD395 Constant width 28 does not match context width 27. There are a
couple of such messages, so I'll focus on one.
Within unisim.vhd, line 8216:
PMA_CDR_SCAN_0 : bit_vector := X"6c08040";
Which, in effect says that the attribute is 28 bit, since hexadecimal
addressing is used.
However, from V5 User Guide: http://direct.xilinx.com/bvdocs/userguides/ug196.pdf,
table 7-10 on page 137:
PMA_CDR_SCAN_0 This *27-bit* attribute...
So, there seems to be a mismatch with the inferred width of the
attribute (28) and the actual width (27), and to me it seems to be a
bug. How can I report this somewhere? At least I hope some synplify
people are reading this.
f