-
I understand that for normal usage, the OpenROAD GUI has taken the place of klayout. Is there a reason to keep klayout build step as part of the normal flow? Perhaps klayout can be removed as a default step and removed as a mandatory dependency? |
Beta Was this translation helpful? Give feedback.
Answered by
rovinski
May 2, 2023
Replies: 1 comment 1 reply
-
KLayout is still used for GDS generation, which is the endpoint for any tapeout flow. If you want to stop before GDS generation, you can |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
oharboe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KLayout is still used for GDS generation, which is the endpoint for any tapeout flow. If you want to stop before GDS generation, you can
make $(RESULTS_DIR)/6_final.def
and then KLayout won't be invoked.