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

suppress multiple warnings for the same issue #516

Closed
veripoolbot opened this issue May 17, 2012 · 2 comments
Closed

suppress multiple warnings for the same issue #516

veripoolbot opened this issue May 17, 2012 · 2 comments
Assignees
Labels
area: usability Issue involves general usability resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Alex Solomatnikov
Original Redmine Issue: 516 from https://www.veripool.org
Original Date: 2012-05-17
Original Assignee: Wilson Snyder (@wsnyder)


In complex designs with multiple instances of the same module, verilator generates multiple warnings for the same issue, e.g.:

%Warning-WIDTH: ...mc_channel.v:575: Operator ASSIGNDLY expects 5 bits on the Assign RHS, but Assign RHS's VARREF 'atc_req_uop_in' generates 4 bits.
%Warning-WIDTH: ...mc_channel.v:582: Operator ASSIGNDLY expects 5 bits on the Assign RHS, but Assign RHS's VARREF 'dlc_req_uop_in' generates 4 bits.
%Warning-WIDTH: ...mc_channel.v:575: Operator ASSIGNDLY expects 5 bits on the Assign RHS, but Assign RHS's VARREF 'atc_req_uop_in' generates 4 bits.
%Warning-WIDTH: ...mc_channel.v:582: Operator ASSIGNDLY expects 5 bits on the Assign RHS, but Assign RHS's VARREF 'dlc_req_uop_in' generates 4 bits.

Of course, this is not critical issue.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2012-05-22T01:32:02Z


Thought I'd knock this off in a few minutes, but forgot about multi line messages.

Anyhow fixed in git towards 3.900+.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2012-07-31T22:54:55Z


In 3.840.

@veripoolbot veripoolbot added area: usability Issue involves general usability resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: usability Issue involves general usability resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants