We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the V-extension v1.0, each element of vector register is mapped from LSB when SEW is widened as below.
VLEN=256b SEW=8b 1F1E1D1C1B1A19181716151413121110 F E D C B A 9 8 7 6 5 4 3 2 1 0 SEW=32b 7 6 5 4 3 2 1 0
But on Spike, the data of each element doesn't move even though I changed SEW from 8 to 32. Does Spike support only fixed SEW of --isa option?
Thank you for any help in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to the V-extension v1.0, each element of vector register is mapped from LSB when SEW is widened as below.
VLEN=256b
SEW=8b 1F1E1D1C1B1A19181716151413121110 F E D C B A 9 8 7 6 5 4 3 2 1 0
SEW=32b 7 6 5 4 3 2 1 0
But on Spike, the data of each element doesn't move even though I changed SEW from 8 to 32. Does Spike support only fixed SEW of --isa option?
Thank you for any help in advance.
The text was updated successfully, but these errors were encountered: