Fixed interpretation of TYPE OVERLAP, added test

This commit is contained in:
Matthias Koefferlein
2023-10-17 20:49:37 +02:00
parent c62480c49b
commit ac4b02c53a
7 changed files with 67 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
VERSION 5.8 ;
DESIGN top ;
UNITS DISTANCE MICRONS 1000 ;
DIEAREA ( 0 0 ) ( 1000000 1000000 ) ;
COMPONENTS 3 ;
- a a + PLACED ( 0 0 ) N ;
- b b + PLACED ( 600000 0 ) N ;
- c c + PLACED ( 500000 500000 ) N ;
END COMPONENTS
END DESIGN