Forum Discussion
5 Replies
- sunstar
New Contributor
my quartus version is 25.1
- FvM
Super Contributor
Hi,
JTAG ID is unique for FPGA chip, e.g. AGFB027, not for package size.- sunstar
New Contributor
AGFB027 and AGIB027 are not the same fpga chip , AGFB027 is F serial and AGIB027 is I serial , the fpga chip on the Agilex™ 7 FPGA I-Series TransceiverSoC Development Kit is AGIB027,but the jtag recognized as AGFB027.
- FvM
Super Contributor
You are right, different chip, I didn't notice. But same JTAG ID according to BSDL files nevertheless, so they can't be distinguished by autodetect, I fear.
attribute IDCODE_REGISTER of Agilex_AGFB027R24C : entity is
"0000"& --4-bit Version
"0011010000111011"& --16-bit Part Number
"00001101110"& --11-bit Manufacturer's Identity
"1"; --Mandatory LSBattribute IDCODE_REGISTER of Agilex_AGIB027R31B : entity is
"0000"& --4-bit Version
"0011010000111011"& --16-bit Part Number
"00001101110"& --11-bit Manufacturer's Identity
"1"; --Mandatory LSB - WZ2
Frequent Contributor
Hi there,
The comment above is correct. Since the JTAG ID of the device is not unique, many devices in Quartus share the same JTAG ID. Therefore, during auto-detection, Quartus will default to selecting the first matching device from the list.
Of course, this behavior will not affect your usage.
Best regards,
WZ