Forum Discussion
HPark14
Occasional Contributor
1 month agoF2SDRAM fails to synthesize with custom logic
Hello guys, We are using Agilex5 SOC F2SDRAM bridge. I am trying to connect custom logic to the F2SDRAM, but it absolutely refuses to synthesize unless I export the signals directly to the top-lev...
kbrunham_altera
New Contributor
1 month agoHi Hudson,
I believe the issue is your rdata_r is not preserved and thus gets optimized away. You may be able to see that in the synthesis report.
To preserve registers you can use the syn_preserve attribute on your declaration of the register.