Altera_Forum
Honored Contributor
14 years agoreport timing using tcl
Hi all
I know how to use a tcl command for retrieving a timing report from Quartus. For example: report_timing -from_clock { clk1 } -to_clock { clk2 } -from {reg1} -to {reg2} -setup -npaths 10 -detail full_path My question is: is it possible to use a tcl command to also export the waveform as a png/bmp file? It can be done from within the Quartus GUI, but is it possible to use a tcl command for it? Thanks, Moshe