Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script hangs #3

Open
horror-vacui opened this issue Jan 6, 2020 · 0 comments
Open

script hangs #3

horror-vacui opened this issue Jan 6, 2020 · 0 comments

Comments

@horror-vacui
Copy link

horror-vacui commented Jan 6, 2020

I wanted to import a techfile from Cadence into KLayout with the following code:
klayout -z -rd tf_tile=cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB/cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB.tf -rd lyp_file=cmos22fdsoi_tech_9M_2Mx_5Cx_1Jx_1Ox_LB.lyp

The command is already running for more than half an hour and did not return to the shell. Its memory and CPU usage does not change, so I believe that it stuck into an infinite loop.
I am new to KLayout. I do not know how to debug it, I have not found any verbose switch in klayout -h.

PS: due to an NDA I am not allowed to share the techfile.

KLayout 0.26.2 and tf_import 1.0 were used.

Update: I've found the File-> "Import Cadence Techfile". Using this I got the following error message:

(eval):3313: syntax error, unexpected tCONSTANT, expecting ']'
            "VxBAR.S.Vx.2_V1,",  "VxBAR.S.Vx.2_...
             ^~~~~
(eval):3313: no .<digit> floating literal anymore; put 0 before dot
            "VxBAR.S.Vx.2_V1,",  "VxBAR.S.Vx.2_V1,", ...
                       ^
(eval):3313: trailing `_' in number
            "VxBAR.S.Vx.2_V1,",  "VxBAR.S.Vx.2_V1,",  "...
                         ^
(eval):3313: syntax error, unexpected tINTEGER, expecting '('
            "VxBAR.S.Vx.2_V1,",  "VxBAR.S.Vx.2_V1,",  "...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant