Forum Discussion
Altera_Forum
Honored Contributor
8 years agoRead CHIP ID from JTAG
Is there a JTAG IR code that reads back the unique chip ID? I'm hoping to read the chip ID back with a code like this: device_ir_shift -ir_value <CHIP-ID-IR> -no_captured_ir_value device_dr_s...
Altera_Forum
Honored Contributor
8 years agoThank you for the response. Unfortunately that’s not a chip serial number it’s only a 32-bit identifier that gives only the family and stuff. It’s not unique across devices of the same family as you can see in your example.
Altera has a chip id IP that provides a unique 64-bit id but I’d like to read that ID from jtag without instantiating the ip in the design. Cheers,