Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PCell AEL macro for modifying an existing layout

Status
Not open for further replies.

fred3991

Member level 1
Joined
Nov 26, 2020
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
615
I need to apply scale functions to an existing coil layout.
In fact, I just want to apply the following AEL functions to the AEL artwork to scale the existing design

de_select_all();
de_set_scale(0.8, 0.8); // de_set_scale(scaleX, scaleY);
de_scale(0.0 0.0); // complete the scaling procedure

where scaleX/Y are external parameters for the cell

The problem is that when I select Costumize PCell / Type - AEL Macro - at the bottom it says that The Original Layout is not used unless the AEL function explicitly loads or flattens it.

How do I specify in my artwork.ael that I need to use the current design to do the scaling?


1678668138250.png
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top