Open kareefardi opened 1 year ago
I am currently having the same issue! I also have a similar issue with the nanogate45 tech
Fwiw I doubt yosys can infer a clock gate.
Fwiw I doubt yosys can infer a clock gate.
I need to use the insbuf command in yosy, think I can delete the clock gate section and be ok?
I need to use the insbuf command in yosy, think I can delete the clock gate section and be ok?
I don't know but it seems odd to use a clock gating cell as a buffer.
Fwiw I doubt yosys can infer a clock gate.
Using this comment, I looked into if yosys can infer gated clocks. It doesn't seem to support it. Since I didn't need the gate clock, I removed it from the liberty file and was able to easily load it into yosys. This is a temporary fix until yosys can support gated clocks.
Description
Output ports of such cells have no function and gets rejected by yosys unless the cells are blackboxed.
Expected Behavior
Cells shouldn't be rejected by yosys
Environment report
Reproduction material
n/a
Relevant log output
sample output:
Still investigating a proper fix. Related issue: https://github.com/The-OpenROAD-Project/OpenLane/issues/1627