mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
Corrected an error introduced with the last push which changes
wire direction on vias during DEF write without changing the "orient" value, causing Y values to get copied into X positions in the output.
This commit is contained in:
@@ -1129,7 +1129,10 @@ defNetGeometryFunc(tile, plane, defdata)
|
||||
midlinex2 = (r.r_xtop + r.r_xbot);
|
||||
}
|
||||
else
|
||||
{
|
||||
orient = GEO_EAST;
|
||||
midlinex2 = (r.r_ytop + r.r_ybot);
|
||||
}
|
||||
}
|
||||
|
||||
/* Find the route orientation and centerline endpoint coordinates */
|
||||
|
||||
Reference in New Issue
Block a user