OpenROAD-flow-scripts icon indicating copy to clipboard operation
OpenROAD-flow-scripts copied to clipboard

scripts: load CLKGATE_MAP_FILE as lib and techmap it

Open widlarizer opened this issue 1 year ago • 6 comments

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 it's loaded with -defer. That leads to check failures due to missing cells after abc which this PR fixes. Credit for the idea goes to @povik

widlarizer avatar Oct 10 '24 09:10 widlarizer