Hello everyone. Hope you're doing well. I'm doing ...
# lvs
k
Hello everyone. Hope you're doing well. I'm doing LVS of a circuit that includes resistors, but it seems like there might be an error related to them. Does anyone have any thoughts on this issue?
m
@Karla Julieth Camacho Mercado guessing that your
sky130_fd_pr__res_xhigh_po_1p41
are not defined as permutable. What setup file are you using?
$PDK_ROOT/$PDK/libs.tech/netgen/${PDK}_setup.tcl
is normal.
k
Hi @Mitch Bailey. I'm not sure about it. Could you check that, please?
m
Setup file looks good. What is the full command you use to run netgen?
k
This: netgen -batch lvs "/home/karlajcm/Layouts/CURRENT_SOURCE/MAGIC/current_source.spice current_source" "/home/karlajcm/Layouts/CURRENT_SOURCE/XSCHEM/current_source.spice current_source"
m
Good. You need to add the setup file as the next (3rd) positional argument. The 4th positional argument is the report file (comp.out is the default report name).
netgen -batch lvs "layout.spice layout_top" "source.spice source_top" setup_file report_file
k
@Mitch Bailey Thanks a lot! It works.
👍 1