Hello, I am facing a big problem. My goal is to run an LVS either with OpenLane or with PreCheck. My design involves mixed-signal components, both analog and digital.
To run the LVS with PreCheck, I need to fill out the lvs_config.json file located in lvs/user_project_wrapper/. Since my design is mixed-signal, I use a black box for the analog cells when designing the top cell in OpenLane.
What files are needed for the LVS PreCheck? .spice and .v files are required. How do I define a black box when launching the LVS?
Alternatively, is there an option to run only the LVS with OpenLane using the modified gds file? If so, how do I run only the LVS, and where do I place the GDS file?
Thanks for your help