Hello Everyone! I've been facing difficulty in starting GUI applications from the OpenLane docker co...
z
Hello Everyone! I've been facing difficulty in starting GUI applications from the OpenLane docker container, what can be done to fix this? I've allowed all connections to my X11 server using the
xhost +
command but still no luck
e
I'm not sure if you talk about the OpenROAD GUI or if you want to run klayout. If you are looking for the OpenROAD GUI just run the following command
./flow.tcl -design <design_name> -tag <tag_name> -gui
For example:
./flow.tcl -design inverter -tag RUN_2023.05.31_19.23.28 -gui