OpenROAD
OpenROAD copied to clipboard
OpenROAD GUI: is it possible to generate by script a jpeg or png from a selection?
I have this small TCL script and I would like to directly script the jpeg or png generation to get the figure with the highlighted nets
for {set i 0} {$i < 10} {incr i} { select -type Net -name clknet_$i* -highlight $i }
See https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/scripts/save_images.tcl for examples
Were you able to get what you wanted?
@iruhm Please refer latest OpenROAD gui features. Still you need any help on this?