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

[question][help wanted] The variable is used but never assigned. #71

Open
Kitaev2003 opened this issue Nov 5, 2024 · 1 comment
Open
Assignees
Labels

Comments

@Kitaev2003
Copy link

Kitaev2003 commented Nov 5, 2024

Hi. We are developing a static analysis tool and trying to test it on open-source projects like this. It consists a several checks which one is detects a used but not initialized or assigned variables. In this code, a bit variable is used in if conditon (1, 2, 3, 4, 5), but it is never assigned or initialized. Could you please advise this is really a bug or there is a rationale for this logic?

@achuykov-sc
Copy link
Collaborator

Hi @Kitaev2003,

It is known issue with "mirage" variables, and we are working on updating testbench. Please ignore that issues, they are not impact on functionality.

Best regards,
Alexander

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

No branches or pull requests

3 participants