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

Input address requests from GEMM are not properly handled in accelerator top #23

Open
vinodganesan opened this issue Apr 21, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vinodganesan
Copy link
Collaborator

https://github.com/iitm-sysdl/SHAKTIMAAN/blob/systolic_array_bug_fixes/src/accelerator.bsv#L227

The producer of these addresses in compute-top is generating a vector of interfaces. The consumer here is not handling the vectors and instead assumes a single return value. This needs to be fixed.

@vinodganesan vinodganesan added the bug Something isn't working label Apr 21, 2021
@vinodganesan vinodganesan changed the title Input address requests from GEMM is not properly handled in Accelerator Input address requests from GEMM are not properly handled in Accelerator Apr 21, 2021
@vinodganesan vinodganesan changed the title Input address requests from GEMM are not properly handled in Accelerator Input address requests from GEMM are not properly handled in accelerator top Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants