Part Number: AM5718
Hi,
I encountered an IDCode error when using BDSL with CasCON software (Goepel).
Please advise why there is a difference and how to resolve this.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Kien,
The first four bits of the IDCode represent the variant of the device. It appears you are using the AM571x ver 1 as shown in Table 1-5 of the TRM. The BSDL did not change between ver 0 and ver 1 with the exception of the variant field so a new BSDL was not published. You need to edit your BSDL file to change the variant field.
Regards, Bill
attribute IDCODE_REGISTER of AM571_top : entity is
-- version, part number, manufacturer code of ti, lsb
"0001" &
"1011100110111100" &
"00000010111" &
"1";