#$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
}
}
}