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.

Calibre DRC RULE, fill circle dummy

wangpan

Newbie
Joined
Apr 26, 2024
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
Hi,
i want to fill the dummy by using the calibre drc.
and I implemented filling rectangles with the following code.

LAYER M1 1100
M1BANK = SIZE(BORDER NOT M1)BY -5

M1DUMMY{
RECTANGLES 5 5 5
INSIDE OF LAYER M1BANK
}


DRC CHECK MAP M1DUMMY GDSII 11 10'./DUMMY_FILL.gds'

Now I want to fill circles or polygons with 64 sides, how do i modify this code.
thanks
 

LaTeX Commands Quick-Menu:

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top