0

I try to read a BSDL file. For example I take this. Then I change EQFP144 to TFBGA296 in this place:

attribute PIN_MAP of MAX_10_10M02SCE144 : entity is PHYSICAL_PIN_MAP;
constant EQFP144 : PIN_MAP_STRING :=
--I/O Pins

After this I load the BSDL into the TopJTAG Probe. The TopJTAG Probe read the pin list successfuly but (of course) can not show a package of IC.

The question is where I can find list of constants like "EQFP144"? I try to find this list in the std_1149_1_2001 (Appendix B) but there is no such constants.

Arseniy
  • 2,150
  • 11
  • 29
  • BSDL is a subset of VHDL so the package name is simply an identifier; the actual package name is arbitrarily chosen by the vendor. – Peter Smith Aug 20 '19 at 08:38
  • How can The TopJTAG Probe understand that the package is xQFP144 (not DIP144 or xSOP144) in original BSDL? – Arseniy Aug 20 '19 at 08:47

0 Answers0