vks
07/07/2023, 12:03 PMMitch Bailey
07/07/2023, 12:22 PMFile
-> Load Layer Properties
and select $PDK_ROOT/$PDK/libs.tech/klayout/tech/sky130A.lyp
.
If you still don’t see anything,
right click in the Layers
pane, unselect Hide Empty Layers
vks
07/07/2023, 12:28 PM.lyp
again when layout is opened again. How to make it default layers should be visible whenever klayout is opened.Amro Tork
07/07/2023, 12:29 PMMitch Bailey
07/07/2023, 12:33 PMvks
07/07/2023, 12:35 PMopen_pdks
using KLAYOUT_HOME=$PDK_ROOT/$PDK/libs.tech/klayout klayout -e
and sky130 pcell library is visible now. Same was not with volare.
But layers are still not visible automatically. Need to import them manually each time using File
-> Load Layer Properties
Amro Tork
07/07/2023, 1:00 PMFarag Elsayed
07/08/2023, 3:22 PMFarag Elsayed
07/08/2023, 3:24 PM~/open_design_environment/foundry/pdks/sky130/sky130A/libs.tech/klayout
Farag Elsayed
07/08/2023, 3:26 PMvks
07/08/2023, 4:34 PMvks
07/10/2023, 8:24 AMklayout.tar.xz
?Farag Elsayed
07/10/2023, 8:29 AM$PDK_ROOT/$PDK/libs.tech/klayout
Farag Elsayed
07/10/2023, 8:31 AMvks
07/12/2023, 6:42 AMFile--> Load Layer Properties
2. Layout of several devices like cap_vpp, res_diff, res_metal, res_poly etc. not visible in klayout. A message appears in place of device layout.
3. Trying to instantiate via_gen gives as error shown in screentshot.Farag Elsayed
07/12/2023, 6:57 AMvks
07/12/2023, 7:08 AMvks
07/26/2023, 12:36 PMdrc
lvs
for sky130 in batch mode and view results in klayout?
'drc' and 'lvs' folder are available at sky130 path $PDK_ROOT/$PDK/libs.tech/klayout
but no scripts like run_drc.py
run_lvs.py
as for gf180 https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pv/tree/main/klayout/drc#usagevks
07/26/2023, 2:26 PMrun_lvs.py
script. How to run sky130A_mr.drc
deck on gds and view results in Klayout ?Farag Elsayed
07/27/2023, 6:50 AM# optionnal for a batch launch : klayout -b -rd input=my_layout.gds -rd report=sky130_drc.lyrdb -r sky130A_mr.drc