Making "assume FOREIGN always default for strm* tools", OASIS warns on ghost cells

This commit is contained in:
Matthias Koefferlein
2025-04-06 12:50:34 +02:00
parent bcf14ede3e
commit 163c3b8edc
2 changed files with 4 additions and 1 deletions
@@ -1671,6 +1671,7 @@ OASISWriter::write (db::Layout &layout, tl::OutputStream &stream, const db::Save
// skip cell body if the cell is not to be written
if (skip_cell_body (cref)) {
tl::warn << tl::to_string (tr ("Cannot write ghost cell to OASIS - skipping cell: ")) << layout.cell_name (*cell);
continue;
}