OpenSTA engine
Go to file
James Cherry e1059eac12 find_timing_paths 2018-12-20 22:41:54 -08:00
app and then there was light... 2018-09-28 08:54:21 -07:00
dcalc sync 2018-12-13 23:53:17 -08:00
doc INSTALL 2018-12-15 14:40:22 -08:00
etc and then there was light... 2018-09-28 08:54:21 -07:00
graph sync 2018-12-11 10:47:04 -08:00
liberty find_timing_paths 2018-12-20 22:41:54 -08:00
network and then there was light... 2018-09-28 08:54:21 -07:00
parasitics report_power, pocv support 2018-11-26 09:15:52 -08:00
sdc sync 2018-12-05 14:18:41 -08:00
sdf sync 2018-12-05 14:18:41 -08:00
search find_timing_paths 2018-12-20 22:41:54 -08:00
tcl find_timing_paths 2018-12-20 22:41:54 -08:00
util report_power, pocv support 2018-11-26 09:15:52 -08:00
verilog sync 2018-12-05 14:18:41 -08:00
.gitignore and then there was light... 2018-09-28 08:54:21 -07:00
AUTHORS and then there was light... 2018-09-28 08:54:21 -07:00
COPYING and then there was light... 2018-09-28 08:54:21 -07:00
ChangeLog and then there was light... 2018-09-28 08:54:21 -07:00
INSTALL INSTALL 2018-12-15 14:40:22 -08:00
Makefile.am and then there was light... 2018-09-28 08:54:21 -07:00
NEWS and then there was light... 2018-09-28 08:54:21 -07:00
README find_timing_paths 2018-12-20 22:41:54 -08:00
bootstrap and then there was light... 2018-09-28 08:54:21 -07:00
configure.ac INSTALL 2018-12-15 14:40:22 -08:00

README

# OpenSTA, Static Timing Analyzer
# Copyright (c) 2018, Parallax Software, Inc.
# 
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

Parallax Gate Level Static Timing Analyzer
See INSTALL for installation and build instructions. 

Standard file formats
 Verilog
 Liberty
 SDC
 SDF
 RSPF/DSPF/SPEF

Exception path support
 False path
 Multicycle path
 Min/Max delay
 Exception points
  -from clock/pin/instance -through pin/net -to clock/pin/instance
  Edge specific exception points
   -rise_from/-fall_from, -rise_through/-fall_through, -rise_to/-fall_to

Clocks
 Generated
 Latency
 Source latency (insertion delay)
 Uncertainty
 Propagated/Ideal
 Gated clock checks
 Multiple frequency clocks

Delay calculation
 Integrated Dartu/Menezes/Pileggi RC effective capacitance algorithm
 External delay calculator API

Analysis
 Report timing checks -from, -through, -to, multiple paths to endpoint
 Report delay calculation
 Check timing setup

Search Engine
 Query based incremental update of delays, arrival and required times
 Simulator to propagate constants from constraints and netlist tie high/low

Timing engine library
 Network adapter uses external netlist database without duplicating any data