James Cherry
James Cherry
First of all, your example cannot be run in OpenSTA because it uses a DEF netlist. I needs to use verilog, which you can get in openroad with the write_verilog...
It isn’t possible to distinguish a driver error from a bug with no tests case. The path groups should show up in the report if there are actually paths through...
what is the git commit of the version you are running? Some issues with css noise libraries (which it looks like what you are reading) were fixed a few months...
"intalling with cmake" does not really answer the question of what commit you are running because the repo could be months old. 'git rev-parse HEAD' or git log tells you...
cute but opensta will not be depend on boost
Unfortunately the openroad repo is a fork and not a mirror of the official sources so the commits are not in sync with [OpenSTA](https://github.com/parallaxsw/OpenSTA.git). The text description of the issue...
Rebuilding isn't really relevant. I don't think anything has changed in many years that would make the results any different. There are issues with the liberty file that are going...
You're welcome. Here's another liberty issue: rise_resistance : inf ; fall_resistance : inf ; Again, I'll add warnings for these.
I added a warning for the timing groups missing timing_sense that have a related_pin that is not mentioned in the output pin function. There are 26k warnings like this for...
I pushed some changes to check the liberty that will cause thousands of warnings for your liberty file (use > to redirect them to declutter the output). It also infers...