<@U016EM8L91B> I got this error when I try to impo...
# magic
m
@User I got this error when I try to import spice netlist in magic I use file -> import spice I want to generate all devices in the netlist
t
What is your version of magic?
m
Version 8.3 revision 122. Compiled on Sun Mar 21 080517 AM EET 2021.
t
So you are behind by 50 commits.
m
Ok I will update and try and is the method that I use is correct and/or there is a command to execute that
Thanks for your time @Tim Edwards
@Tim Edwards I updated magic and the same error happens Version 8.3 revision 172. Compiled on Thu Jun 3 062035 PM EET 2021.
image.png
t
@mina_maksimous:
cat /usr/local/lib/magic/tcl/toolkit.tcl | grep netlist_to_layout
should return
Copy code
# Supporting procedures for netlist_to_layout procedure
proc magic::netlist_to_layout {netfile library} {
? You would not be able to use the device generator for Sky130 if you did not have access to the toolkit script.
m
don't return anything
how I fix that
t
@mina_maksimous: I have no idea how you can run 8.3.172 but apparently have an outdated
toolkit.tcl
, which should look like https://github.com/RTimothyEdwards/magic/blob/master/tcltk/toolkit.tcl .
m
Sorry for that but command returned correct so what is the problem ?
t
I have no idea how it can get into that state. You have the Sky130 technology loaded, you have the PDK loaded, but it throws an invalid command name error? Maybe there are environment variables defined that are messing it up somehow?