-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add rocc instructions for GEMV and its spike model for testing
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gemmini-rocc-tests
updated
3 files
+1 −1 | bareMetalC/Makefile | |
+2 −2 | bareMetalC/gemv_identity_sp_tiled_matvec_ws.c | |
+13 −2 | include/gemmini.h |
Submodule libgemmini
updated
5 files
+1 −1 | Makefile | |
+1 −1 | README.md | |
+133 −89 | gemmini.cc | |
+4 −3 | gemmini.h | |
+23 −16 | gemmini_params.h |