Skip to content

Commit

Permalink
Xic: fixed an ugly one. When a cell was saved as native, the
Browse files Browse the repository at this point in the history
bounding box would become incorrect, and physical cells would appear
empty if there are no subcells.
wrcad committed Apr 4, 2020
1 parent 103b32a commit d11578a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xic/src/fileio/fio_cvt_base.cc
Original file line number Diff line number Diff line change
@@ -1968,6 +1968,7 @@ cv_out::write_geometry(const CDs *sdesc)
return (false);
if (lchk == cvLnogo)
break;
out_cellBB.add(&odesc->oBB());
}
if (!flush_cache())
return (false);

0 comments on commit d11578a

Please sign in to comment.