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

localparam declaration missing hover text #10

Open
gojimmypi opened this issue Nov 29, 2019 · 1 comment
Open

localparam declaration missing hover text #10

gojimmypi opened this issue Nov 29, 2019 · 1 comment

Comments

@gojimmypi
Copy link
Owner

for example, the second line here should have the ctr_width declaration as hover text: value ctr_width = 24:

    localparam ctr_width = 24;
    localparam ctr_max = 2**ctr_width - 1;
gojimmypi added a commit that referenced this issue Dec 28, 2019
@gojimmypi
Copy link
Owner Author

this is a known issue. workaround is to place a space after the * as the current logic does not properly distinguish comment chars: // and /* and */

    localparam ctr_width = 24;
    localparam ctr_max = 2** ctr_width - 1;

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