Need reference name of a cell or fub in the design? its very simple now.
following procedure can be use to get reference name of cell form the design in DC / PC / PT / ICC:
------------
proc get_ref_name { args } {
set ref_name [ get_attribute [ get_cells $args ] ref_name ]
echo $ref_name
}
------------
Examples:
dc_shell-xg-t> get_ref_name isc_fbf1/U934
T45CA01LX60AXG
dc_shell-xg-t> get_ref_name isc_fbf1
isc_fbf_6
dc_shell-xg-t>
------------
Thursday, January 17, 2008
get_ref_name - get reference name of a cell / fub in DC / PC / PT / ICC
Posted by Ashish Nigam at 10:40 AM 0 comments
Labels: DC, design compiler, eda, ICC, PC, physical compiler, prime time, PT, synopsys, tcl, tool command language
Subscribe to:
Posts (Atom)