summaryrefslogtreecommitdiff
path: root/Research.tex
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2023-10-02 15:22:34 -0500
committerKarl Hallsby <karl@hallsby.com>2023-10-02 15:22:34 -0500
commitd445710fad4014ab3bf036f474a5f6456728ad2b (patch)
treedbb24475a628bd27cad50d9175a7b0ba4efe2f95 /Research.tex
parenta3fd8bb9f5cc3c8a4d756c9ae3af6295bb8978fc (diff)
Move research work to a research section
Diffstat (limited to 'Research.tex')
-rw-r--r--Research.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/Research.tex b/Research.tex
new file mode 100644
index 0000000..7223606
--- /dev/null
+++ b/Research.tex
@@ -0,0 +1,25 @@
+\section{Research}\label{sec:Research}
+\subsection{\NU{}}, \Location{Evanston, IL} \hfill \Daterange{2022}{06}{01}{2022}{08}{31}\\
+\Advisor{\href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/dinda-peter.html}{Dr.\ Peter Dinda} \& \href{https://www.mccormick.northwestern.edu/research-faculty/directory/profiles/hardavellas-nikos.html}{Dr.\ Nikos Hardavellas}}\\
+\emph{Student Researcher --- \href{http://presciencelab.org/}{Prescience Lab}} \hfill {~}
+\begin{notopsepitemize}
+\item Helped implement back-end \href{https://dl.acm.org/doi/10.5555/865063}{VCODE} code generation for an LLVM-based compiler
+\item Identified \href{https://riscv.org}{RISC-V} \href{https://github.com/riscv/riscv-v-spec/releases/tag/v1.0}{V-extension} as good candidate for VCODE acceleration
+\item Designed VCODE accelerator as RoCC coprocessor in \href{https://chisel-lang.org}{Chisel} and integrated with \href{https://chipyard.readthedocs.io/en/stable}{Chipyard}
+\item Implemented both unit tests and baremetal full-program tests for coprocessor
+\end{notopsepitemize}
+
+\subsection{\IIT{}}, \Location{Chicago, IL} \hfill \Daterange{2021}{06}{01}{2021}{08}{31}\\
+\Advisor{\href{https://www.iit.edu/directory/people/kyle-hale}{Dr.\ Kyle Hale}}\\
+\emph{\href{http://datasys.cs.iit.edu/grants/BigDataX/2021/index.html}{Student Researcher} --- \href{http://mystic.cs.iit.edu/}{Mystic}} \hfill {~}
+\begin{notopsepitemize}
+\item Created FPGA design to accelerate virtual machine clean-up, branching off of work another Ph.~D student completed
+\item Developed \textsc{Linux} PCIe kernel module to initialize and communicate with flashed hardware design
+\item Exposed FPGA capabilities as character device for programmer interaction
+\item Wrote \href{https://www.qemu.org/}{QEMU} device to emulate physical device's behavior and validate kernel module functionality
+\end{notopsepitemize}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: "Hallsby_Karl"
+%%% End: