Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAll,
I have figured a way to do this. Please find the TCL below: # ----------------- # Report Export load_package report load_report_database -type emit set panel "*Per DQS Group Calibration" set id [get_report_panel_id $panel] write_report_panel -file DDR_Per_DQS_Calibration_Report.xml -xml -id $id # ------------------ Thanks, Gokul