-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding comparison against simulation for nfet #26
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@mohamedmonem123 Could you please add some screenshots of the plots for different sites here specially the one that has high error? |
This looks super interesting! |
@msaligane @bmurmann - As experts in the analog field, any thoughts? |
Contact issues or errors in the site map? |
There is some data measured by epfl as well. Their data have some
inconsistencies; however, if you look at the empirical data, their numbers
are similar to those measured / posted (not in the range of simulated).
Even though there are some naming issues, the epfl data for device 5290-1
is the same as that of 5290_3. Both datasets have the same max current of
approximately 47mA. The other device is 5290 - 7 / 5290_9. The epfl max
current is slightly larger. If you scale the 5290-1 / 5290_3 current by W,
L, m, you get roughly 16mA, which is similar to what we posted.
…On Mon, May 8, 2023 at 3:15 AM mohamedmonem123 ***@***.***> wrote:
- Here are some plots for site 5290 with different drain pins:
[image: image]
<https://user-images.githubusercontent.com/110307528/236758250-4b583af1-55bc-44c3-8920-937270fb6d9b.png>
[image: image]
<https://user-images.githubusercontent.com/110307528/236758294-6d2363d4-51c8-4af3-be13-ec3094321fe4.png>
[image: image]
<https://user-images.githubusercontent.com/110307528/236758333-67fb8e0b-cda3-4afe-b952-1b775bdc1379.png>
it is noticed that a large difference between simulated current (Blues) &
measured current (Reds).
- Here some screenshots for plots captured from other sites and in
which simulated current (Blues) is close to measured current (Reds)
[image: image]
<https://user-images.githubusercontent.com/110307528/236759412-4f4c4c4b-ed9e-4577-ae72-dce8ff0e79fb.png>
[image: image]
<https://user-images.githubusercontent.com/110307528/236759448-44a1beaa-695c-4764-bc1a-85b60346ab11.png>
[image: image]
<https://user-images.githubusercontent.com/110307528/236759477-dcc4029e-3dcf-4539-8a6b-b83853b54fa8.png>
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPNITWSXZLVAXDSGS6WJGLXFCMRPANCNFSM6AAAAAAXZBHSXU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
---------------------------------------------
Akin Akturk
CoolCAD Electronics LLC
5000 College Avenue, Ste. 2105
College Park, MD 20740
----------------------------------------------
|
3 guesses, all of which I've seen in the past: 1)If all of these measurements were take on a single touchdown of the probe card at a single location I'd guess that this is dirt on the probe tip. 2) If this data is repeatable across multiple locations then I'd guess there is a manufacturing or GDS problem with this test structure. If this issue happens at all locations then I'd check the Id versus the W and L of the device and do a mathematical sanity check. If it is likely a multiplier or unit issue in the model and the model number is off base. (I'd start here as I'm not aware of ANY device in S8 that was developed and characterized for half an amp of current.) ;-) |
@bmurmann @mithro @QuantamHD @msaligane Here are the steps that we have followed:
The user can select the "site id" from a drop down list interactively in the noteobook and that changes the plot: I would really appreciate if someone could review our code and see if we missed anything. @azwefabless Good point with regards to the device being characterized at 500mA. Is it possible to check if the data has incorrect scaling somehow. One comment about that specific site is that the entire site shared source and drain connection for transistors connected to that site. All other sites, shared gate and bulk connections. I have filtered out the nfet_01v8 connections here: @akinakturk 47mA seems kind of the correct range. |
Fixes #25
Adding comparison against simulation for nfet. Please note that the plot is interactive and you would need to run it on Google colab for example to view it. We noted that most of the sites are close to the measurements with the exception of one site 5290.
cc @akinakturk @mithro @QuantamHD @mohamedmonem123