This repository contains all of the development of the Senior Design Project and its thesis. The thesis titled "Supporting Custom Instructions with the LLVM Compiler for RISC-V Processor" can be found here. We welcome questions and suggestions through issues.
Install prerequisites (Assuming an Ubuntu machine):
sudo apt install latexmk texlive-full
texlive-full
will install all of the LaTeX packages which will make working with LaTeX easier.
Clone the repository to local Linux machine.
git clone https://github.com/eymay/Senior-Design-Project
Change directory to thesis
and build the LaTeX file.
cd Senior-Design-Project/thesis
latexmk -pdf interimreport.tex
LaTeX Workshop extension can be installed which runs the commands simmilar to the mentioned shell commands.