Hello, we're doing analog IC layout and have a use...
# caravan
z
Hello, we're doing analog IC layout and have a user_analog_project_wrapper.mag. What's the next step? Does "make run-precheck" run LVS and DRC?
m
make run-precheck
runs DRC but not LVS. If you have gds and LVS spice, you can try
run_full_lvs
in https://github.com/d-m-bailey/extra_be_checks.git branch
mpw-7