This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
projects:matrix_multiplier [2013/12/20 08:54] jlangowitz [Why did we do it?] |
projects:matrix_multiplier [2013/12/20 08:55] (current) jlangowitz [How could someone else do it?] |
||
|---|---|---|---|
| Line 99: | Line 99: | ||
| li $t1, 4 | li $t1, 4 | ||
| bne $a1, $t1, nextElement | bne $a1, $t1, nextElement | ||
| + | |||
| + | Additional resources:\\ | ||
| + | The black boxes in our circuit diagrams do not go all the way down to the gate level. If you are not sure how the following low-level components work and want more information, check out their Wikipedia pages here:\\ | ||
| + | Latches and Flip Flops: http://en.wikipedia.org/wiki/Flip-flop_(electronics)\\ | ||
| + | Adders: http://en.wikipedia.org/wiki/Adder_(electronics)\\ | ||
| + | Muxes and Demuxes: http://en.wikipedia.org/wiki/Multiplexor\\ | ||
| + | If you have any questions about our project, contact us at jlangowitz@gmail.com or gredelston@gmail.com. Feel free to use our code or circuit diagrams for your purposes, and if for some reason you feel like actually implementing a matrix multiplier based on our schematics, please let us know how it works out. | ||