Open AmrMohamedRashed opened 2 years ago
It's always hard to directly port a EDA tool to a new technology.
We actually have a in developing towards the opensource Skywater 130nm PDK. Due the limit of the Skywater PDK, it cannot completely support the whole MAGICAL function in 40nm, but we have already got some working examples. Maybe you can take it for an example and investigate its difference from the main branch. https://github.com/magical-eda/MAGICAL/tree/skywater
@krzhu I do not mean porting EDA tool to a new technology. I am using the mock PDK provided with MAGICAL tool. changing parameters of "MAGICAL/examples/mockPDK/mock.lef" does not change the generated gds. How can I change the width of M1 for generated gds using the same mock PDK?
[0, 0.1] means default using 0.1um wire width
[120, 0.2] means if net HPWL > 120nm, use 0.2 um width.
You can add more as well.
@krzhu
I am trying to change any parameters for M1 for example from " MAGICAL/examples/mockPDK/mock.lef " but the generated layout is the same and Layout of M1 is not changed. Kindly how can one change width, spacing, enclosure ... etc or any other parameter ?