Giter Club home page Giter Club logo

static-timing-analysis's Introduction

Static Timing Analysis

Descriptions

This program aims to efficiently identify true paths in a combinational logic circuit whose path delays exceed a predefined constraint. A true path is defined as a path where a change of value at the input (e.g., from 0 to 1) could propagate to the output. Our approach is based on the exact criterion as defined in [1], which guarantees exactness, meaning that it will claim every true path to be true, and every false path to be false.

Identifying true paths in a circuit is critical and central to static timing analysis. The longest true path contributes to the critical path delay and thus determines whether the timing constraints are met for a design. For a more complete description of the problem, visit the contest website.

Compilation

The program can be built using make. There is also a pre-compiled executable named cadb105 in the repository.

Usage

./cadb105 <case_name> <timing_constraint> <slack_constraint>

  • case_name is the name of the directory containing the input files (a Verilog gate-level netlist and its associated Verilog model).
  • timing_constraint and slack_constraint are the predefined constraints for that specific testcase given by the contest.

We can generate true path sets for the five public benchmarks with the following commands:

./cadb105 case1 45 4
./cadb105 case2 43 10
./cadb105 case3 31 6
./cadb105 case4 45 6
./cadb105 case5 47 10

Example output files for the five public benchmarks are provided in the ./outputs directory.

References

[1] R. Peset Llopis. 1994. Exact path sensitization in timing analysis. In Proceedings of the conference on European design automation (EURO-DAC โ€™94). IEEE Computer Society Press, Washington, DC, USA, 380โ€“385.

static-timing-analysis's People

Contributors

whtai avatar

Stargazers

Eason Wang avatar AnLH avatar  avatar Feng Shi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.