-
Hi, i want to understand how my Verilog after synthesis is replaced by transistor (of sky130 by example). Thanks a lot ! |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Sep 30, 2022
Replies: 1 comment 1 reply
-
yosys maps the verilog to gates. OpenRoad places and routes the gates. Klayout substitutes the gates with their gds equivalent layout that contains transistors. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jalcim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yosys maps the verilog to gates. OpenRoad places and routes the gates. Klayout substitutes the gates with their gds equivalent layout that contains transistors.