Hello. I made a design on xschem and magic. I want...
# general
m
Hello. I made a design on xschem and magic. I want to do an LVS. How do i use netgen to do that?
m
Hi @Mohammad Tahmid Hassan My suggestion is to use the extra_be_checks repo here. The
2406
branch is the most up-to-date. After you clone that,
Copy code
export LVS_ROOT=$PWD/extra_be_checks
then
Copy code
mkdir -p lvs/<cell>
cp $LVS_ROOT/tech/$PDK/lvs_config.user_project_wrapper.json lvs/<cell>/lvs_config.json
Modify the
lvs_config.json
file with your gds and spice files
Copy code
export WORK_ROOT=$PWD/work/<cell>
export UPRJ_ROOT=$PWD
$LVS_ROOT/run_full_lvs lvs/<cell>/lvs_config.json