Sorry I didn’t know about that so If I got my layo...
# openlane
l
Sorry I didn’t know about that so If I got my layout that means I’m good to go ?
m
@Lohan Atapattu As Sylvain mentioned, the openlane flow includes an LVS check with the standard cells and macros abstracted on the source side. Precheck includes a full device level LVS check based on the settings in the
lvs/<cellname>/lvs_config.json
file.
If a configuration file exists, all you need to do is
Copy code
make lvs-<cellname>
This also includes a soft connection check and an ERC check (for the
*project_wrapper
level).
l
Thank you