OpenROAD-flow-scripts icon indicating copy to clipboard operation
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/

Results 166 OpenROAD-flow-scripts issues
Sort by recently updated
recently updated
newest added

Implemented using docker compose - 1 for ray head, 1 for ray worker. Both using the ORFS-flow-dev image built during CI, so no additional overhead needed other than Autotuner reqs...

This PR currently aims to implement regression for the default usage (`python distributed.py --design --platform --config tune --samples `). Future works can benchmark other algorithms Explanation - The QoR benchmark...

### Subject [Build] for compilation-related issues. ### Describe the bug [ 94%] Building CXX object src/CMakeFiles/openroad.dir/Design.cc.o [ 94%] Building CXX object src/CMakeFiles/openroad.dir/Timing.cc.o [ 94%] Building CXX object src/CMakeFiles/openroad.dir/Tech.cc.o [ 94%]...

### Subject [Flow] for any util, flow Makefile, or flow script issues. ### Describe the bug When executing build_openroad.sh in a centos7.4 Linux environment, the following error message occurs. Error...

### Subject [Flow] for any util, flow Makefile, or flow script issues. ### Describe the bug `setup.sh` does not work with or without sudo on MacOS. With sudo: ``` $...

### Subject [Flow] for any util, flow Makefile, or flow script issues. ### Describe the bug make clean_all for any design that uses BLOCKS (e.g. mock-array) doesn't clean the results/logs/objects...

### Description As part of https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/commit/073f45e619136239fa9e4d52a39f844896450a1a, a Verilator-based method of generating VCD file and then using it to influence report_power was introduced for mockarray. The ask is to create generic...