Skip to content

Commit

Permalink
mpl2: fix obstructions in macro_only macros
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Koucher <arthurckoucher@gmail.com>
  • Loading branch information
AcKoucher committed Apr 1, 2024
1 parent b7bdc50 commit 7ecdae0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/mpl2/test/testcases/macro_only.lef
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ MACRO HM_100x400_4x4
END O4
OBS
LAYER metal3 ;
RECT 0 0 100 210 ;
RECT 0.140 210 99.860 210.070 ;
RECT 0 210.070 100 210.280 ;
RECT 0.140 210.280 99.860 210.350 ;
RECT 0 210.350 100 210.560 ;
RECT 0.140 210.560 99.860 210.630 ;
RECT 0 210.630 100 210.840 ;
RECT 0.140 210.840 99.860 210.910 ;
RECT 0 210.910 100 430 ;
RECT 0 0 100 430 ;
END
END HM_100x400_4x4

Expand All @@ -100,9 +92,7 @@ MACRO HM_100x100_1x1
END O1
OBS
LAYER metal3 ;
RECT 0 0 100 50 ;
RECT 0.140 50 99.860 50.070 ;
RECT 0 50.070 100 100 ;
RECT 0 0 100 100 ;
END
END HM_100x100_1x1

Expand Down

0 comments on commit 7ecdae0

Please sign in to comment.