porf.open_sta_parser

Module Contents

Classes

OpenSTAParser

Methodology:

class OpenSTAParser(file_address='25-rcx_sta.rpt')[source]

Methodology: 1. Read metadata on the type of file and run this is. 2. Identify the boundary lines of the table data through regex matching. 3. Read in table data of the timing performance. 4. Understand the relevant timing and data parameters. 5. Extract the relevant timing and data parameters from the

read_file_meta_data()[source]
configure_frame_id()[source]
configure_timing_data_rows()[source]
extract_frame_meta_data()[source]
extract_timing_data(frame_id=0)[source]
calculate_propagation_delay(net_name_in='in', net_name_out='out', timing_data=None)[source]