From: Álvaro L. <alv...@al...> - 2011-09-28 14:23:40
|
Hi, The device ID listed in "devlist.txt" for XC6SLX4 is wrong (it's the same as XC6SLX9). The attached patch fixes it. The ID can be confirmed using Xilinx ISE provided BSDL file: attribute IDCODE_REGISTER of XC6SLX4 : entity is "XXXX" & -- version "0100000" & -- family "000000000" & -- array size "00001001001" & -- manufacturer "1"; -- required by 1149.1 XXXX 0100000 000000000 00001001001 1 => XXXX_0100_0000_0000_0000_0000_1001_0011 => 0xX4000093 Best, Álvaro |