-
Notifications
You must be signed in to change notification settings - Fork 13
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
[AIE2] Enhance VMOV_mv_w instr itinerary #190
Conversation
cdd49dd
to
97aa325
Compare
97aa325
to
f5d46a3
Compare
f5d46a3
to
eaf375f
Compare
[2,1], [NoBypass, MOV_Bypass]>, | ||
InstrItinData<II_VMOV_W_WML_WML, [EmptyCycles<1>, SimpleCycle<W_WM_PORT>], | ||
[2,1], [MOV_Bypass, MOV_Bypass]>, | ||
// FIXME: II_VMOV_X always book both the vector and accumulator read and write ports. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you address that in a follow-up PR, or are there fundamental problems for VMOV_X?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working on a follow-up PR.
No there are no fundamental problems for VMOV_X
eaf375f
to
8b97d01
Compare
Work done here is merged as part of #196 |
Have also handled the Bypass & No_Bypass for WL reg type. Please review the newly added itinerary thoroughly.