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.

[SOLVED] How to implement a LEF OBS in a Python script?

Status
Not open for further replies.

memoslw

Newbie level 5
Joined
Mar 2, 2021
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
144
Hello,

Is there a way to implement a LEF OBS macro in a Python script? I need to have an obstruction rectangle on top of the logo I created on a chip. The logo is created automatically through a Python script. For example, the OBS macro looks like this;

Code:
OBS
    LAYER LB SPACING 0.04;
        RECT -0.129 21.976 7.504 22.337;
END

I am quite new to the IC design in general, so this might be a really stupid question, thank you all in advance.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top