Does anyone have a prebuild vm that has everything...
# general
o
Does anyone have a prebuild vm that has everything all setup to get developing? im finding it really difficult on windows to get started. any pointers would be appriated.
l
Try the latest Ubuntu distro as VM. It has Magic, Ngspice, Xschem and KLayout. Then you just need to install Open PDKs. http://opencircuitdesign.com/open_pdks/install.html
๐Ÿ™Œ 2
o
ooh!
wait, magic is included? or are you refering to apt get magic,.....?
l
Yep. apt get magic is all you need.
o
aside: im wanting to add vector art to my design any suggestions? Had a play around with magic before, but it seems to be all manual....
๐ŸŒ 1
l
If you know how to handle TCL scripts, you can add any shape to your layout with magic. There must be a translator somewhere... Ask @User
m
OL publishes docker containers if that works for you
o
okay ill ask tim edwards! thanks
@User what is OL liberty?
m
OL = OpenLane
o
oh. thanks!'
m
I'm a lazy typist ๐Ÿ˜‰
o
arnt we all. do you have a link by chance to the docker container your talking? I had a look and wasnt able to find it.
m
Whenever you use OL it uses docker by default. You can do 'make mount' to start it up. The container itself is efabless/openlane
o
awesome thanks!
m
np