0

Is there anyway to read the board serial number from a Cyclone V FPGA?

Marador
  • 11

1 Answers1

0

Sorry this came in a bit late, but I'm writing for the sake of those still interested.

First, store the board's serial number somewhere, e.g. an EEPROM or a Flash chip on the board. Then, get your FPGA to read that data from the storage device. That's probably the simplest solution I can think of, and works well if you're not concerned about anyone tampering with the storage device (or say, resoldering their own storage device with their own data).

Daniel Kho
  • 96
  • 1
  • 3