- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I added the Unique Chip ID Intel FPGA IP to my platform for an Arria V FPGA.
To read the Chip ID I created a custom IP with a Avalon Streaming Sink (data[63:0],valid) and split the data into two 32-bit registers to read the ID directly with 2x 32 Bit-PIO-Ports. The PIO ports are used to access the Chip ID via Nios II soft processor.
Problem:
Although "valid" is '1' which is supposed to signal a ready Chip ID the value is always 0. See below attached Signal Tap Screenshot.
For some reason it is not possible to trigger neither on falling edge of 'reset' nor on rising edge of 'data_valid'.
Note:
System with Nios II Processor is running, so there must be a working reset and clock.
Thanks for your help.
Cheers, Sven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem occured due to an improper reset wich is active high for the Unique Chip ID IP. Furthermore, the timing of the reset pulse seemed to be relevant in some way.
Solution:
I apply a delayed reset pulse to the reset input of the Unique Chip ID IP which is a bit longer than the asked 10 clock cycles.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Chip ID Intel FPGA IP Cores User Guide
please check for the guide you will get the solution
Each supported Intel® FPGA has a unique 64-bit chip ID. Chip ID Intel® FPGA IP cores allow you to read out this chip ID for device identification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The problem occured due to an improper reset wich is active high for the Unique Chip ID IP. Furthermore, the timing of the reset pulse seemed to be relevant in some way.
Solution:
I apply a delayed reset pulse to the reset input of the Unique Chip ID IP which is a bit longer than the asked 10 clock cycles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you try to read the chip_id[63:0] directly after your FPGA is fully loaded and when data_valid is high.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page