调整report_timing输出格式

set_table_style
-no_frame_fix_width :输出的每一列字数无上限,当字数多时,不会自动拆分,默认字数超过50会进行分行
-nosplit:同一行的内容不拆分为两行,保持一行
report_timing_format :可以对report_timing的内容进行筛选

source beginpoint_name
source endpoint_name

set_table_style -no_frame_fix_width -nosplit

setMultiCpuUsage -localCpu 8

foreach beginpoint $beginpoint_name endpoint $endpoint_name {
report_timing -format {cell instance} -from $beginpoint -to $endpoint >>timing.results
}

发布了43 篇原创文章 · 获赞 0 · 访问量 3075

猜你喜欢

转载自blog.csdn.net/oTobias/article/details/100089259
今日推荐