Preserving layer indexes to preserve LVS DB format (note to myself: finally create a real compare tool for the latter)

This commit is contained in:
Matthias Koefferlein 2024-06-17 21:55:35 +02:00
parent f721be7e32
commit f7f25879f0
1 changed files with 1 additions and 2 deletions

View File

@ -911,6 +911,7 @@ DeepRegion::and_with_impl (const DeepRegion *other, db::PropertyConstraint prope
DeepLayer
DeepRegion::not_with_impl (const DeepRegion *other, db::PropertyConstraint property_constraint) const
{
DeepLayer dl_out (deep_layer ().derived ());
DeepLayer dl_prep;
// first run a local-only task, which is trivial if the layouts are the same
@ -981,8 +982,6 @@ DeepRegion::not_with_impl (const DeepRegion *other, db::PropertyConstraint prope
dl_prep = deep_layer ();
}
DeepLayer dl_out (deep_layer ().derived ());
if (pc_skip (property_constraint)) {
db::BoolAndOrNotLocalOperation op (false);