When executing GEMM core operations of VTA, can there be RAW or WAR dependency when accessing register file(acc_mem)? If GEMM Core is implemented as RTL code, do I need to implement a unit (e.g. forwarding unit) to resolve the dependency?
When executing GEMM core operations of VTA, can there be RAW or WAR dependency when accessing register file(acc_mem)? If GEMM Core is implemented as RTL code, do I need to implement a unit (e.g. forwarding unit) to resolve the dependency?