Augusto Berndt
Augusto Berndt
Hi Jay, congratulations on your implementation. I have a simple question. Wouldn't it be easier to use [something link this](https://stackoverflow.com/questions/66116795/how-can-i-set-binary-weights-values-0-1-or-1-1-to-the-layer-in-keras) to implement a binary NN? Is there any advantage on...
- Implemented the insertion of derating (layer adjustment) into RUDY, using an average value from the routing layers. - Note: RUDY does not have access to layer information. Instead, derating...
Improve log descriptions to include detailed information about the stages of routability-driven mode. Align log output values for better readability. Add a brief explanation of the routability-driven mode in the...
### Description PR #1915 sets a specific target RC for sky130hs/ibex due to a crash with antenna check. Remove this and leave the default target RC after antenna check is...
### Describe the bug When trying to double click a heatmap on the GUI and no design is loaded we get a crash: OpenROAD v2.0-13890-g319cce5a8 Features included (+) or not...
Routability mode usually performs "reverts," where it goes back to a saved snapshot of the placement position of cells. When this happens, the slack weights calculated by the timing-driven mode...
### Description This is required to avoid problems with RUDY heatmap when ORFS scripts initiate grt but not fastroute. Further details in PR https://github.com/The-OpenROAD-Project/OpenROAD/pull/5578/ and issue https://github.com/The-OpenROAD-Project/OpenROAD/issues/5574 ### Suggested Solution...
### Description This issue was discovered while addressing non-determinism with GPL when multi-threading was activated (https://github.com/The-OpenROAD-Project/OpenROAD/issues/5360). I tested the GPL runtime using secure-CI (multiple designs) and locally via a GCP...
### Description From issue: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2636 Bring back non-virtual iterations for swerv_wrapper after the divergences happening due to area change are resolved. ### Suggested Solution _No response_ ### Additional Context _No...
Use default unscaled overflow for checking if routability or timing-driven should run. The scaled version should be left for solving overflow with macros (normal distribution scaling). This solves a segmentation...