OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.
clkbuf cells are used as standard cells. These should be excluded during synthesis and resizing since they are balanced and probably not "efficient" in terms of area. Example where a short path is using a clkbuf:
Expected Behavior
I would expect clkbuf cells to be excluded from everything but CTS.
Description
clkbuf cells are used as standard cells. These should be excluded during synthesis and resizing since they are balanced and probably not "efficient" in terms of area. Example where a short path is using a clkbuf:
Expected Behavior
I would expect clkbuf cells to be excluded from everything but CTS.
Environment report
Reproduction material
I synthesized picorv32a with a clock period of 6ns.
Relevant log output