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

testbench_fp has part selects out of bounds #778

Closed
davidharrishmc opened this issue May 6, 2024 · 1 comment
Closed

testbench_fp has part selects out of bounds #778

davidharrishmc opened this issue May 6, 2024 · 1 comment

Comments

@davidharrishmc
Copy link
Contributor

$ wsim fd_ieee_rv64gc all --tb testbench_fp

produces warnings such as

# ** Warning: /home/harris/cvw/testbench/testbench_fp.sv(1053): (vopt-2697) MSB 519 of part-select into 'TestVector' is out of bounds.
# ** Warning: /home/harris/cvw/testbench/testbench_fp.sv(780): (vopt-2697) MSB 126 of part-select into 'Ans' is out of bounds.
# ** Warning: /home/harris/cvw/testbench/testbench_fp.sv(780): (vopt-2697) MSB 111 of 
# ** Warning: /home/harris/cvw/testbench/testbench_fp.sv(801): (vopt-2697) MSB 126 of part-select into 'Res' is out of bounds.
# ** Warning: /home/harris/cvw/testbench/testbench_fp.sv(909): (vopt-2697) MSB 110 of part-select into 'X' is out of bounds.

@davidharrishmc
Copy link
Contributor Author

Fixed with PR #791

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