Added test

This commit is contained in:
Matthias Koefferlein 2025-06-27 17:37:19 +02:00
parent aba1b30c8d
commit 7acd11abac
5 changed files with 37 additions and 0 deletions

View File

@ -1153,3 +1153,10 @@ TEST(215_multiDEF)
db::compare_layouts (_this, ly, fn_path + "au.oas", db::WriteOAS);
}
// issue-2075
TEST(216_line_extensions)
{
run_test (_this, "issue-2075", "map:test.map+lef:test.lef+def:test.def", "au.oas", default_options (), false);
}

BIN
testdata/lefdef/issue-2075/au.oas vendored Normal file

Binary file not shown.

16
testdata/lefdef/issue-2075/test.def vendored Normal file
View File

@ -0,0 +1,16 @@
VERSION 5.8 ;
DESIGN test ;
UNITS DISTANCE MICRONS 2000 ;
DIEAREA ( 0 0 ) ( 6000 3000 ) ;
VIAS 1 ;
END VIAS
NETS 1 ;
- dummy + ROUTED M2 ( 1670 830 ) ( * * 300 ) ( 4950 * 300 ) ( * 2000 300 ) ;
END NETS
END DESIGN

12
testdata/lefdef/issue-2075/test.lef vendored Normal file
View File

@ -0,0 +1,12 @@
VERSION 5.8 ;
UNITS
DATABASE MICRONS 2000 ;
END UNITS
LAYER M2
TYPE ROUTING ;
WIDTH 0.2 ;
END M2
END LIBRARY

2
testdata/lefdef/issue-2075/test.map vendored Normal file
View File

@ -0,0 +1,2 @@
DIEAREA ALL 108 0
M2 NET 32 0