memoslw
Newbie level 5
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;
I am quite new to the IC design in general, so this might be a really stupid question, thank you all in advance.
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.