本文主要是介绍芯片后端之 PT 使用 report_timing 产生报告 之 常用命令,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
滴水穿石,坚持加持~
pt_shell> report_timing -from <startpoint> -to <endponit> -delay max/min
pt_shell> report_timing -from <startpoint> -to <endponit> -delay max/min -nosplit
pt_shell> get_cells *data_reg[0]* -hierarchical
pt_shell> get_cells top/*data_reg[0]* -hierarchical
pt_shell> get_cells top/block1/* -hierarchical
pt_shell> get_pins top/block1/reg1*
pt_shell> get_pins top/block1/reg1/CK
pt_shell> get_pins top/block1/QN
pt_shell> get_attribute [get_pins top/block1/CK] clocks
pt_shell> report_clock CLK1
pt_shell> report_clock CLK2
pt_shell> get_clock {CLK1 CLK2}
pt_shell> get_clock_relationship {CLK1 CLK2}
这篇关于芯片后端之 PT 使用 report_timing 产生报告 之 常用命令的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!