Open ripudamank2 opened 1 month ago
Are you on Wayland? You may need to switch to X11 until we figure out why this happens...
Thank you after switch to X11 its working . I am able to open klayout or openroad gui.
One General Question are there any projects which i can try to familiar with openlane. Can you please share some links .
The newcomers' guide is very good for this. https://openlane2.readthedocs.io/en/latest/getting_started/newcomers/index.html
This I already tried. is there any more project links. Which i can try ?
Description
I just followed the steps mention in below link https://openlane2.readthedocs.io/en/latest/getting_started/newcomers/index.html and when i try to open klyaout its giving error.
[nix-shell:~/Documents]$ openlane --last-run --flow openinklayout my_designs/pm32/config.json [22:27:29] INFO Loading the design configuration file has generated the following warnings: config.py:669 [22:27:29] WARNING Key 'VERILOG_FILES' provided is unused by the current flow. config.py:673 [22:27:29] INFO Using existing run at 'RUN_2024-10-06_00-41-27' with the 'Opening in KLayout' flow. flow.py:577 [22:27:29] VERBOSE Using state at '/home/asic/Documents/my_designs/pm32/runs/RUN_2024-10-06_00-41-27/72-misc-reportmanufacturability/state_out.json'. flow.py:616 [22:27:29] INFO Starting… sequential.py:278 ───────────────────────────────────────────────────────────────────────────────────── Open In GUI ────────────────────────────────────────────────────────────────────────────────────── [22:27:29] VERBOSE Running 'KLayout.OpenGUI'… step.py:1088 Opening in KLayout - Stage 1 - Open In GUI ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1 0:00:00Authorization required, but no authorization protocol specified
Info: Could not load the Qt platform plugin "xcb" in "" even though it was found. Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
Opening in KLayout - Stage 1 - Open In GUI ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1 0:00:00 [22:27:29] ERROR The flow has encountered an unexpected error: main.py:156 Open In GUI: Interrupted (SIGABRT)
[22:27:29] ERROR OpenLane will now quit.
Expected Behavior
openlane --last-run --flow openinklayout ~/my_designs/pm32/config.json
its should have open the gui of klayout
Environment report
Reproduction material
i dont have
Relevant log output