SFL problem
Hi !
In my project, I planned to use SFL to access the configuration flash, which was planned to contain not only the configuration, but also the data.
Problem:
The SFL project loads into the FPGA via JTAG without errors, but does not work. I remove the SFL module from the project and the project works.
Shortened SFL instance to
sfl SFL(.noe_in(0));
and still the project does not work. If I remove the module declaration, the project works.
If I write the project to the configuration flash using a jic file and reboot FPGA from Flash (AS configuration mode), it will still not work if there is an SFL module in it.
This behavior is observed on Cyclone 5 and Arria 5.
Question:
What am I doing wrong ? Maybe I need to add some assignments or change the project or device settings?