-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build snax-mac and snax-gemm in one dockerfile (#36)
* Build snax-mac and snax-gemm in one dockerfile This adds: * A new base container/digest from dockerhub that also contains Chisel dependencies * A common build step that installs common dependencies * Extra separate build stage for both RTLs and copies them in a new folder * A new commit from the snitch_cluster RTL repo that includes both configurations of SNAX (snax-mac and snax-gemm). This removes: * The config argument for a docker build, all configs are now built inside one container * Refactor make rules and adapt SW library path
- Loading branch information
1 parent
82a4394
commit bb9a9b2
Showing
3 changed files
with
69 additions
and
48 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