forked from pulp-platform/snitch_cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bender: Add snax-gemm to bender * bender: Update bender with latest snax-gemm repo * hw: Add snax-gemm.sv * hw: Modify snitch_cluster and add snax-gemm instance * hw: Modify snitch cluster template * docs: Modify snitch cluster schema * lint: Exclude snax_gemm from license check * hw: Lint snax_gemm * cfg: Modify snax.hjson with new config * improve gemm * modify gemm.sv * hw: modify status CSR * cfg: Add snax-hjson configuration * tests: Renamed snax-run.yaml to snax-mac-run.yaml * cfg: Modify to use MAC generation * cfg: Rename snax.hjson to snax-mac.hjson * ci: Change build to SNAX-MAC runs * cfg: Modify snax-gemm.hjson * tests: Add snax-gemm-run.yaml * ci: Add the SNAX-GEMM in CI * ci: Fix lint indentation * cfg: Take out original Snitch compute core templates --------- Co-authored-by: xiaoling-yi <[email protected]>
- Loading branch information
1 parent
0b29e68
commit eb67e8a
Showing
13 changed files
with
656 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,8 @@ package: | |
- Nils Wistoff <[email protected]> | ||
- Luca Bertaccini <[email protected]> | ||
- Matheus Cavalcante <[email protected]> | ||
- Xiaoling Yi <[email protected]> | ||
- Ryan Antonio <[email protected]> | ||
|
||
dependencies: | ||
axi: { git: https://github.com/pulp-platform/axi, version: 0.39.0 } | ||
|
@@ -27,6 +29,7 @@ dependencies: | |
tech_cells_generic: { git: https://github.com/pulp-platform/tech_cells_generic, version: 0.2.11 } | ||
riscv-dbg: { git: https://github.com/pulp-platform/riscv-dbg, version: 0.8.0 } | ||
hwpe-mac-engine: { git: https://github.com/KULeuven-MICAS/hwpe-mac-engine.git, rev: 5d3b4525b665169fc8321c8a811f3c83ad3c72e8 } | ||
snax-gemm: { git: https://github.com/KULeuven-MICAS/snax-gemm.git, rev: 6b538447969cb0c00a4b749b38d68ae932c6aca1 } | ||
|
||
vendor_package: | ||
- name: musl | ||
|
@@ -184,13 +187,18 @@ sources: | |
files: | ||
- hw/snitch/test/snitch_l0_tlb_tb.sv | ||
|
||
# hwpe_mac | ||
# snax mac | ||
- files: | ||
# Level 0 | ||
- hw/snax_hwpe_mac/src/snax_hwpe_ctrl.sv | ||
- hw/snax_hwpe_mac/src/snax_hwpe_to_reqrsp.sv | ||
- hw/snax_hwpe_mac/src/snax_mac.sv | ||
|
||
# snax gemm | ||
- files: | ||
# Level 0 | ||
- hw/snax_gemm/src/snax_gemm.sv | ||
|
||
# snitch_vm | ||
- files: | ||
- hw/snitch_vm/src/snitch_ptw.sv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.