Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
I am also looking for a solution to export calibration report from the command line. Please post the answer if you already found it.
Thanks, Gokul - Altera_Forum
Honored Contributor
All,
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