Does kunminghu support wider VLEN than 128? #4126
Unanswered
ilikeiwill87
asked this question in
General
Replies: 1 comment
-
No, we currently do not support configurable VLEN. VLEN in parameter.scala is a constant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was testing some image processing kernels such as Gaussian blur with the frame size 1920x1080 as usual, thus vlen = 128 doesn't seem to be enough even with LMUL=4.
I tried to modify VLEN to 512 in parameter.scala and make emu with MinimalConfig, but failed with several errors from the EXUs. It seems the EXUs are not well parameterized.
Beta Was this translation helpful? Give feedback.
All reactions