mirror of https://github.com/KLayout/klayout.git
Added test
This commit is contained in:
parent
aba1b30c8d
commit
7acd11abac
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
VERSION 5.8 ;
|
||||
|
||||
UNITS
|
||||
DATABASE MICRONS 2000 ;
|
||||
END UNITS
|
||||
|
||||
LAYER M2
|
||||
TYPE ROUTING ;
|
||||
WIDTH 0.2 ;
|
||||
END M2
|
||||
|
||||
END LIBRARY
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
DIEAREA ALL 108 0
|
||||
M2 NET 32 0
|
||||
Loading…
Reference in New Issue