Arria 10 EMIF debug interface register description
Hello!
I'm trying to understand how to use EMIF debug interface for Arria 10 onboard, i.e. without using JTAG and Quartus. My goal is to connect Arria 10 EMIF controller avalon calibration bus to NIOS which is already present in my system and read calibration status and other information from EMIF.
Quartus generates three example source files for this purpose "emif_export.c", "emif_export.h" and "main.c". However it is not clear from these files how to interpret received information. For example, the structure debug_summary_report_t in the file "emif_export.h " has fields error_stage, error_group, error_code, error_info but it is not clear how to interpret their values.
Is there any document or user guide which gives explanation or even better register map for peripheral behind EMIF cal_debug bus?
Thank you!