Updating test data

This commit is contained in:
Matthias Koefferlein 2026-03-01 21:24:32 +01:00
parent adca536e1a
commit bcfcb5fc0f
10 changed files with 0 additions and 6 deletions

View File

@ -281,8 +281,6 @@ static void delete_layers1 (lay::LayoutViewBase *view, const std::vector<lay::La
static unsigned int show_layout1 (lay::LayoutViewBase *view, db::Layout *layout, bool add_cellview)
{
// the layout gets held by the LayoutHandle object
layout->keep ();
lay::LayoutHandle *handle = lay::LayoutHandle::find_layout (layout);
if (! handle) {
handle = new lay::LayoutHandle (layout, std::string ());
@ -292,8 +290,6 @@ static unsigned int show_layout1 (lay::LayoutViewBase *view, db::Layout *layout,
static unsigned int show_layout2 (lay::LayoutViewBase *view, db::Layout *layout, std::string &tech, bool add_cellview)
{
// the layout gets held by the LayoutHandle object
layout->keep ();
lay::LayoutHandle *handle = lay::LayoutHandle::find_layout (layout);
if (! handle) {
handle = new lay::LayoutHandle (layout, std::string ());
@ -304,8 +300,6 @@ static unsigned int show_layout2 (lay::LayoutViewBase *view, db::Layout *layout,
static unsigned int show_layout3 (lay::LayoutViewBase *view, db::Layout *layout, std::string &tech, bool add_cellview, bool initialize_layers)
{
// the layout gets held by the LayoutHandle object
layout->keep ();
lay::LayoutHandle *handle = lay::LayoutHandle::find_layout (layout);
if (! handle) {
handle = new lay::LayoutHandle (layout, std::string ());

BIN
testdata/algo/bipolar_devices_nets.gds.2 vendored Normal file

Binary file not shown.

BIN
testdata/algo/device_extract_au10.gds.2 vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au70.gds.3 vendored Normal file

Binary file not shown.

BIN
testdata/drc/drcSimpleTests_au70d.gds.3 vendored Normal file

Binary file not shown.