Skip to content

marcus-miao/cs61c-fa20-proj2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

fa20-proj2-starter

.
β”œβ”€β”€ 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)

Here's what I did in project 2:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published