pku_cfp
New Contributor
2 years agoafter THe .sof file is downloaded,the DDR4 IP works,why?
After powering on the circuit board with DDR4 and FPGA, it appears the DDR4 IP does not finish calibratin stage. The three signals of the local_reset_done, local_cal_success,local_cal_fail are all low.
But after downloading the .sof file, the miracle happed: DDR4 become working well:the local_reset_done and local_cal_success are high while local_cal_fail is low!
why ? why ? why ? How to resolve this issue?
By the way,in my rtl:local_reset_req = ~button_reset_n || device_ninit_done;