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

Unset variable/hidden state #8

Open
gjcoram opened this issue Apr 16, 2024 · 0 comments
Open

Unset variable/hidden state #8

gjcoram opened this issue Apr 16, 2024 · 0 comments

Comments

@gjcoram
Copy link

gjcoram commented Apr 16, 2024

The variable "sddm" is only set if (i!=0), but it is used to compute sidm (line 62 of ekv3_noise.va) regardless of the value of i

// FLICKER NOISE DUE TO MOBILITY FLUCTUATIONS-HOOGE MODEL
if (i!=0)
begin
sddm = (ALPHAHqel2)/(`C_K * T * WeffNF(Leff - deltal)COX * inv_dqmip1nq);
kddm = (1/(1+qs+qdp))(1+((ln(qs/qdp))/(2qs_qdp)));
end
else
begin
kddm = 0;
end
sidm = sddm * kddm IDSIDS ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant