得到所有方向是input的port get_ports * -f "direction==in" {A B C D CLK} 得到所有方向是output的pin get_pins * -f "direction==out" {U1/Q0 U1/Q1 U2/Z U3/Z REGFILE/Q[0] REGFIEL/Q[1]} 得到所有ref_name是INV的cell get_cells * -f "ref_name==INV" {U2 U3} https://zhuanlan...
get_ports patterns :用于查找指定模式的端口(输入或输出)的集合 例如: get_portsscl get_cells patterns:用于查找设计中匹配指定模式的单元的集合 例如: get_cellsana_pll_instget_cellsclk_osc_re get_pins patterns:用于查找指定模式的引脚的集合 例如: get_pinsclk_osc_reg/Dget_pinsclk_osc_reg/Cget_pins...