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
[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.
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.
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
The text was updated successfully, but these errors were encountered: