5.34.130.293 Examples

st_list_paths –set { myset }

st_list_paths –analysis mindelay –clock { myclock } –type { reg_to_reg } –format csv

The list of paths can be written to a file with the following Tcl commands:

set outfile [ open “pathlisting.csv” w]

puts $outfile [ st_list_paths –format csv –set { myset} ] close $outfile