GPL:: Saving JPEG?
#3822
-
Hello. I want to use how to save the JEPG files during debugging In this code, there seems to exist the method to make some images during read_lef ispd18/ispd18_test1/ispd18_test1.input.lef
read_def ispd18/ispd18_test1/ispd18_test1.input.def
gpl::global_placement_debug
global_placement -skip_initial_place I did I can see the snapshots during Also, I want to color for a specific cell, editing c++ code in |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Aug 9, 2023
Replies: 1 comment 1 reply
-
I solved it with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess that must be in c++. From tcl you can use save_image. You can look at Graphics::drawObjects for the drawing code.