LS1048 BSDL FILE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1048 BSDL FILE

635 次查看
mahdi_ftouni
Contributor I

Hello ,

Im looking for BSDL file for LS1048?  , note i tried to use the bsdl file for ls1088 but the program kept telling wrong id code because it was detecting different id # ? anyone can provide me with the ls1048 bsdl file , or help to me fix the current id code i have for ls1088 thank you

0 项奖励
1 回复

477 次查看
alexander_yakov
NXP Employee
NXP Employee

The bsdl file for the LS1088 contains the following:

        attribute IDCODE_REGISTER of LS1088AE: entity is
                "0000"  & -- Version
                "0000001100001xx0"  & -- Part Number
                "00000001110"  & -- Manufacturer Identity
                "1";  -- IEEE 1149.1 Requirement

For  LS1048 IDCODE is one bit different with part number section:

                "0000001100000xx0"  & -- Part Number

Please modify bsdl file as above and check again.

0 项奖励