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

set value (or eliminate) op-pt variables that are commented out #6

Open
gjcoram opened this issue Apr 14, 2024 · 1 comment
Open

set value (or eliminate) op-pt variables that are commented out #6

gjcoram opened this issue Apr 14, 2024 · 1 comment

Comments

@gjcoram
Copy link

gjcoram commented Apr 14, 2024

siId and siVg are declared, but the lines in ekv3_include/ekv3_oppoints.va to set their values are commented out:

//siId = sqrt(tmp + tmp2);

//siVg = (GmId == 0.0 )?
// 0.0:
// siId/GmId;

@gjcoram
Copy link
Author

gjcoram commented Apr 14, 2024

Other op-pt variables are also unassigned:

ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 12: Operating-point variable 'VS' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 13: Operating-point variable 'VD' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 14: Operating-point variable 'VG' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 15: Operating-point variable 'VB' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 27: Operating-point variable 'IG' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 35: Operating-point variable 'sat' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 40: Operating-point variable 'WeffNF' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 41: Operating-point variable 'Weff' was never assigned a value
ERROR in file ekv3_include/ekv3_variables_oppoint.va, line 42: Operating-point variable 'Leff' was never assigned a value

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