From 2b1c751ff76ebd6901633235ee694cc93dabce81 Mon Sep 17 00:00:00 2001 From: Hiroshi Murayama Date: Mon, 9 Sep 2019 09:07:38 +0900 Subject: improve compatibility with RS-274x specification: - can merge multiple files having different file scope modifier, such as AS, MI, OF, SF, and IR - support modal coordinate notation --- tests/expects/RS2724x_rotate.gtl | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'tests/expects/RS2724x_rotate.gtl') diff --git a/tests/expects/RS2724x_rotate.gtl b/tests/expects/RS2724x_rotate.gtl index 0a2d1aa..f7c82cd 100644 --- a/tests/expects/RS2724x_rotate.gtl +++ b/tests/expects/RS2724x_rotate.gtl @@ -1,6 +1,5 @@ %MOMM*% %FSLAX34Y34*% -%INTop Layer*% %IPPOS*% %AMCOMP* 20,1,0.2,0,0.1,0.4,0.1,($1)+(20)* @@ -10,15 +9,8 @@ 5,1,6,1.2,0.2,0.4,($1)+(20)* 6,-0.7,0,0.5,0.05,0.15,2,0.05,0.6,($1)+(20)* 7,0.7,0,0.6,0.5,0.15,($1)+(20)*% -%AMMACP* -5,1,$2,0,0,$1,($3)+(20)* -1,0,$4,0,0,20*% -%AMMACPO* -$4=($2)-($1)* -$5=($2)-($4)* -21,1,$1,$5,0,0,20* -1,1,$4,0,($4)/(2),20* -1,1,$4,0,($4)/(-2),20* +%AMMACR* +21,1,$1,$2,0,0,20* 1,0,$3,0,0,20*% %AMMACLO* $4=($1)-($2)* @@ -27,9 +19,16 @@ $5=($1)-($4)* 1,1,$4,($4)/(2),0,20* 1,1,$4,($4)/(-2),0,20* 1,0,$3,0,0,20*% -%AMMACR* -21,1,$1,$2,0,0,20* +%AMMACPO* +$4=($2)-($1)* +$5=($2)-($4)* +21,1,$1,$5,0,0,20* +1,1,$4,0,($4)/(2),20* +1,1,$4,0,($4)/(-2),20* 1,0,$3,0,0,20*% +%AMMACP* +5,1,$2,0,0,$1,($3)+(20)* +1,0,$4,0,0,20*% %ADD10C,0.01*% %ADD11C,1X0.4*% %ADD12MACR,1X0.5X0.2*% -- cgit