bandali0 / eecs2021

My lab reports for EECS2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EECS2021

This repository contains my lab reports for EECS2021 and their (TeX + {Java,MIPS,Verilog}) sources.

License

*.tex

The TeX files in the repo are licensed under CC BY-NC-SA 4.0.

Note: The files are based on the University/School Laboratory Report template originally ditributed under CC BY-NC-SA 3.0.

*.{java,s,v}

The Java, MIPS and Verilog source codes are distributed under the terms of GPLv3, with the following additional condition:

I don't allow you to submit my code as your work for any type of assignment or evaluation. Basically, use of the code for any kind of plagiarism is disallowed.

hrLib/*.v

These files were written and developed by Professor H. Roumani and are used for the exercises in labs M and N. The files are included in this repository with permission from the Professor.

hrLib/exceptions.s

This file is an older version of the current exceptions.s which is part of the SPIM MIPS simulator developed by James Larus. The license is included in the header of the file.

mips.sty

This is a language definition for MIPS by Adam Wolfe Gordon, distributed under LPPL. See Typesetting MIPS Assembly Code in LaTeX.

.gitignore

github/gitignore/Tex.gitignore with small modifications. MIT.

About

My lab reports for EECS2021


Languages

Language:TeX 57.7%Language:Verilog 25.5%Language:Assembly 14.2%Language:Java 2.6%