OpenSTA
OpenSTA copied to clipboard
OpenSTA engine
After sourcing example1.tcl, I want to see how the timing arc between r1/Q to u2/A1 is calculated, so I enter the command ``` report_dcalc -from r1/Q -to u2/A1 ``` but...
Hello, I am a student who is currently studying CCS. Is there any method for learning or development? When I use the latest version of OpenSTA, running projects in the...
Matt, Here is the version with the deque in it for pending children. Added the stable sort too.
This isn't upstream - `BUILD` collides with the de-facto default folder for cmake builds, `build`, on case-insensitive filesystems.
The cmake step in the README has ``cmake -DCUDD_DIR= ,.`` For my install I found that ``,.`` should be replaced with `` .. `` so that ``cmake -DCUDD_DIR= .. ``
Contains two necessary changes to build successfully: 1. Move `DEBIAN_FRONTEND` to avoid timezone interaction. Current `ARG DEBIAN_FRONTEND` not seems to work. 2. Install `libfl-dev`, otherwise OpenSTA make will failed: ```...
I found that only RESISTANCE is predefined in `*.tlef` file for a VIA. I am wondering how to extract the parastistic capacitance parameter for a VIA since I know OpenSTA...
It is easy to reproduce this deadlock problem using the original code DispatchQueue.cc. ``` cpp void s1(int thread) { std::cout
The arguments to the `memcpy` can overlap, use `memmove` instead