diff --git a/doc/OpenSTA.odt b/doc/OpenSTA.odt index b94a9b4b..70797ac6 100644 Binary files a/doc/OpenSTA.odt and b/doc/OpenSTA.odt differ diff --git a/tcl/Network.tcl b/tcl/Network.tcl index 5f8f64a8..83ece34e 100644 --- a/tcl/Network.tcl +++ b/tcl/Network.tcl @@ -184,26 +184,6 @@ proc report_lib_cell_ { cell corner } { $iter finish } -proc report_cell_ { cell } { - set lib [$cell library] - report_line "Cell [get_name $cell]" - report_line "Library [get_name $lib]" - set filename [liberty_cell_property $cell "filename"] - if { $filename != "" } { - report_line "File $filename" - } - set iter [$cell port_iterator] - while {[$iter has_next]} { - set port [$iter next] - if { [$port is_bus] } { - report_line " [$port bus_name] [port_direction $port]" - } else { - report_line " [get_name $port] [port_direction $port]" - } - } - $iter finish -} - ################################################################ define_cmd_args "report_net" \