You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenROAD GUI can be launched with a cmd_file. It would be good if the build rules created a suitable cmd_file which loaded everything into OpenROAD and setup the GUI in the relevant way.
@QuantamHD mentioned that you probably want to load the .db file and then the sdc and liberty info.
That way you could just do bazel run <openroad target> -- -gui <cmd_file> and quickly see the right stuff...
The text was updated successfully, but these errors were encountered:
The OpenROAD GUI can be launched with a
cmd_file
. It would be good if the build rules created a suitablecmd_file
which loaded everything into OpenROAD and setup the GUI in the relevant way.@QuantamHD mentioned that you probably want to load the
.db
file and then the sdc and liberty info.That way you could just do
bazel run <openroad target> -- -gui <cmd_file>
and quickly see the right stuff...The text was updated successfully, but these errors were encountered: