OpenROAD-flow-scripts
OpenROAD-flow-scripts copied to clipboard
OpenROAD's scripts implementing an RTL-to-GDS Flow. Documentation at https://openroad-flow-scripts.readthedocs.io/en/latest/
### Subject [Stage]: Detail Router. ### Describe the bug Previously, all sky130hd and sky130hs designs ended with zero antenna violations post-DRT. After the last updates in OR, we have 1...
### Subject [Stage]: Detail Router. ### Describe the bug I am trying to generate GDS view of a design by running all steps of default ORFS (i.e. make commnad) on...
### Description Based on my current best understanding, I would like to see the following added to the .json files: - Add running time for .json file that the step...
### Subject [Stage]: GDS generation. ### Describe the bug It seems to have a problem with `save_images.tcl` because it will report ``` [ERROR GUI-0070] Error: save_images.tcl, 9 Invalid method. Must...
Use with: make OPENROAD_EXE=util/test_openroad YOSYS_EXE=util/test_yosys
This PR shows possible usage of the yosys clockgate command to reduce area
The main idea is that if you use yosys `clockgate` to map ICGs to `OPENROAD_CLKGATE`, you need a blackbox to be present, which is missing at that time since currently...
The current sky130hd PDN is very dense, which heavily impacts the available routing resources on met4 and met5. Create a less dense PDN for larger designs, and use -snap_to_grid so...
This is to drive development and is not a functioning result yet. Signed-off-by: Matt Liberty