google / skywater-pdk-sky130-raw-data

Raw data collected about the SKY130 process technology.
https://sky130-pdk.rtfd.io
Apache License 2.0
50 stars 17 forks source link

Compare the collected data against the data found in the SKY130 PDK #4

Open mithro opened 2 years ago

mithro commented 2 years ago

It would be great to compare the raw data found in this repository against the data found in the SKY130 PDK found at http://github.com/google/skywater-pdk

metroid120 commented 2 years ago

Hi, Markus from the DMT/semimod team here (https://gitlab.com/dmt-development/dmt-core). This is something that is straightforward to do with our existing open-source tools.

We have created an issue and will do this task in the coming weeks. Thanks for sharing your data open-source!

mithro commented 2 years ago

@metroid120 - We would love to include this stuff in this repository, so please do send pull requests!

miesli commented 2 years ago

In order to compare the measurement data against simulations, we also must know the measurement temperature. I would assume, it was measured at regular 300K. Can you please confirm this @mithro ?

akinakturk commented 2 years ago

Yes it is room temp.

On Tue, Aug 2, 2022 at 3:44 PM miesli @.***> wrote:

In order to compare the measurement data against simulations, we also must know the measurement temperature. I would assume, it was measured at regular 300K. Can you please confirm this @mithro https://github.com/mithro ?

— Reply to this email directly, view it on GitHub https://github.com/google/skywater-pdk-sky130-raw-data/issues/4#issuecomment-1203142288, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACPNITW4TRXD3MT4FK4RXVLVXF3AZANCNFSM55CNY46A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--


Akin Akturk CoolCAD Electronics LLC 5000 College Avenue, Ste. 2105 College Park, MD 20740

miesli commented 2 years ago

I had some time today to play a little and install the skywater130 pdk using the great open-pdks repository. I tried to get the models running in combination with DMT. This would allow an easy automation of all the comparisons you need.

A first hacked script looks like this: check_skywater130.txt

The resulting plots: IDVD.pdf IDVG.pdf

Does this help you? If you have any kind of feedback or direct feature requests, feel free to directly raise an issue in the DMT repository.

mithro commented 2 years ago

They look cool but I'm no circuit designer or PDK developer :-)

Maybe share them on the open-source-silicon.dev slack channel and see what other people think?

metroid120 commented 2 years ago

Dear all, we now have made a small separate repo that shows how to read, analyze and compare the measurement data in Python using our open-source tool DMT. You can find it here:

https://gitlab.com/dmt-development/skywater130-pdk-dutlib

Hope it is useful :)