.
├── inputs (test inputs)
├── outputs (some test outputs)
├── README.md
├── src
│ ├── argmax.s (partA)
│ ├── classify.s (partB)
│ ├── dot.s (partA)
│ ├── main.s (do not modify)
│ ├── matmul.s (partA)
│ ├── read_matrix.s (partB)
│ ├── relu.s (partA)
│ ├── utils.s (do not modify)
│ └── write_matrix.s (partB)
├── tools
│ ├── convert.py (convert matrix files for partB)
│ └── venus.jar (RISC-V simulator)
└── unittests
├── assembly (contains outputs from unittests.py)
├── framework.py (do not modify)
└── unittests.py (partA + partB)
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
61c-teach/fa20-proj2-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published