Skip to content
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

pTap guardring LVS issues #332

Open
PhillipRambo opened this issue Jan 15, 2025 · 5 comments
Open

pTap guardring LVS issues #332

PhillipRambo opened this issue Jan 15, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@PhillipRambo
Copy link

PhillipRambo commented Jan 15, 2025

Problem Description: pTap Guard Ring LVS Issue

In the test case, a pTap guard ring was created with an NMOS placed inside. During LVS:

All NMOS terminals are detected as connected to the guard ring.

Possible cause: The TEXT.drawing layer with the sub! annotation might be introducing the error. The structure was copied from PDK LVS examples, so there might be an issue with how it's implemented. Below the testcase is attached and can be reviewed.

By the way, im not experiencing these issues with nTap generation.

@PhillipRambo
Copy link
Author

test_case(1).zip

@sergeiandreyev
Copy link
Contributor

Hi @atorkmabrains, @FaragElsayed2, could you please take a look at this issue?

@atorkmabrains
Copy link
Contributor

Hi @PhillipRambo and @sergeiandreyev

We will get to this soon.

@FaragElsayed2
Copy link
Contributor

Hi @PhillipRambo @sergeiandreyev

As discussed in Slack, LVS for ptap1 and ntap1 devices will be updated soon to align with the commercial PDK.

@FaragElsayed2
Copy link
Contributor

Hi @PhillipRambo

LVS has been updated for the n/p tap1 devices.

Here is the updated CDL that passes LVS. The shared version does not match the layout in the test case.

.subckt input_stage vss vdd dn4 dn3 dn2 iout
*.PININFO vss:B vdd:B dn4:B dn3:B dn2:B iout:B
M7 dn2 iout vdd vss sg13_lv_nmos l=0.13u w=0.15u ng=1 m=1
R2 tie vss ptap1 A = 7.6842p P=56.92u
M1 dn3 dn3 vss vss sg13_lv_nmos l=9.75u w=720n ng=1 m=1
M2 dn4 dn3 vss vss sg13_lv_nmos l=9.75u w=720n ng=1 m=1
.ends

@sergeiandreyev sergeiandreyev added the bug Something isn't working label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants