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

16 bit enums #1062

Closed
veripoolbot opened this issue May 26, 2016 · 2 comments
Closed

16 bit enums #1062

veripoolbot opened this issue May 26, 2016 · 2 comments
Assignees
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800

Comments

@veripoolbot
Copy link
Contributor


Author Name: brian flachs
Original Redmine Issue: 1062 from https://www.veripool.org
Original Date: 2016-05-26
Original Assignee: Wilson Snyder (@wsnyder)


verilator seems to limit the number of bits in an enum to 10.
as this is a problem for me, i formulated this less than ideal patch that allows me to use a 16 bit sparsely populated enumeration type with reasonable compile time.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-06-16T02:47:43Z


Fixed for up to 16 bits in git towards 3.885.

Undoubtedly it'll need further work for wider values too, but this is a start.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2016-07-30T14:19:55Z


In 3.886.

@veripoolbot veripoolbot added resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800 labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: fixed Closed; fixed type: feature-IEEE Request to add new feature, described in IEEE 1800
Projects
None yet
Development

No branches or pull requests

2 participants