You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: