Altera_Forum
Honored Contributor
17 years agoDisabling STDOUT in timequest
Hey Altera people,
Im writing some tcl scripts to get some low level delay information from quartus. Every time I do a report_path command I get a bunch of output printed on the timequest console that I dont need. e.g. Info: Report Path: Found 1 paths. Longest delay is 10.065 Info: -from [get_keepers {r.fm_SystemControlReg[1]}] Info: -to [get_keepers {fm_Gpio_D_Output[3]}] Info: -npaths 1 Info: Path# 1: Delay is 10.065 Does anyone know how to disable such output? Its probably slowing down my code quite a bit because it's printing thousands of lines every time I run my code. Thanks