Improving the efficiency of static timing analysis with false paths

  • Authors:
  • Shuo Zhou;Bo Yao;Hongyu Chen;Yi Zhu;Chung-Kuan Cheng;M. Hutton;T. Collins;S. Srinivasan;N. Chou;P. Suaris

  • Affiliations:
  • California Univ., La Jolla, CA, USA;California Univ., La Jolla, CA, USA;California Univ., La Jolla, CA, USA;California Univ., La Jolla, CA, USA;California Univ., La Jolla, CA, USA;-;-;-;-;-

  • Venue:
  • ICCAD '05 Proceedings of the 2005 IEEE/ACM International conference on Computer-aided design
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We improve the efficiency of static timing analysis when false paths are considered. The efficiency of timing analysis is critical for the performance driven optimization program because timing analysis is invoked heavily in the inner loop. However, when false paths are dealt in timing analysis, a large number of tags need to be created and propagated, and thus deteriorated the efficiency. In this paper, we minimize the number of the tags through a biclique covering approach, which iteratively removes a tag if the false path information in the tag is covered by the union of other tags. The produced tags remove the false path timing and guarantee to cover the true path timings. Since the minimum biclique covering of the general bipartite graph is NP complete, we use a minimal degree ordering approach to perform the biclique covering minimization. The experimental results show significant reduction on the number of tags.