Forum Discussion
How to do with unconstrained paths which is introduced by the JTAG and GSFI IP?
- 2 years ago
Hi,
You need to add the constraints for the Generic Serial Flash Interface Intel FPGA IP yourself. Here are relevant sites for you to refer:
https://www.intel.com/content/www/us/en/docs/programmable/683419/23-1-20-2-3/memory-operations.html
Regards,
Nurina
hi,
GSFI means "Generic serial flash interface", which is a control interface IP to the QSPI flash,provided by Intel.
I instantiated it in my design to access my QSPI flash, and i found the 2 paths which were reported unconstrained are related to this IP.
For clocks in the customized logic, i added the constraints by myself; for most IP such as DDR controller, the constraints are added automaticlly; but i don't know why this IP report this warning, shall the user add the constraints by themselves?
below attached is my HPS system and the GSFI is red highlighted.
thanks.