返回datapath上所有buffer的脚本

#$beginpoint_pin (CPorQ)
source /asic/home_asic/al_tianfj/eco/sa_mac/sa_mac_beginpointpin

set beginpointout_col [all_fanout -from beginpoint_name -only_cells]
foreach_in_collection datapath_cell beginpointout_col {
set datapath_isbuffer [get_property datapath_cell is_buffer]
if {datapath_isbuffer} {
set name [get_property datapath_cell full_name]
echo name
if {[regexp dont_touch__blk name]} {
echo $name >> /asic/home_asic/al_tianfj/eco/sa_mac/buffer.list
}
}
}

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

猜你喜欢

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