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

Verilog: test to track constant folding for all expressions #822

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kroening
Copy link
Member

No description provided.

@kroening kroening marked this pull request as ready for review November 16, 2024 21:40
parameter p43 = {1'b1, 1'b0};
parameter p44 = {2{1'b1}};
// parameter p45 = {<<{3'b101}};
// parameter p46 = {>>{3'b101}};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there also be one or more KNOWNBUG test(s) to track the missing ones?

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

Successfully merging this pull request may close these issues.

2 participants