From fb578887660a55625fc782ff491ffc3b24f7a903 Mon Sep 17 00:00:00 2001 From: Ethan Sifferman Date: Thu, 21 Sep 2023 21:32:08 -0700 Subject: [PATCH] added title information to readme --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ba6a53..be4c8e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# Thesis -## Cite +# Advancing Synthesizable Verilog/SystemVerilog Education with Open-Source Tools and Autograders + +## About + +A thesis submitted in partial satisfaction of the requirements for the degree Master of Computer Engineering + +* Ethan Sifferman +* September 2023 +* University of California, Santa Barbara +* Department of Electrical and Computer Engineering + +### Cite If you use this thesis in your research, please include the following citation: @@ -15,14 +25,22 @@ If you use this thesis in your research, please include the following citation: } ``` -## Build Instructions +### Committee + +* UCSB Assistant Professor Jonathan Balkind, *chair* +* UCSB Professor Dmitri Strukov +* UCSB Professor Yogananda Isukapalli + +## Development + +### Build Instructions ```bash sudo apt install texlive texlive-full make ``` -## Patch Instructions +### Patch Instructions Do not edit any files inside `"dependencies"` directly. Instead, all changes should be stored in `"dependencies.patch"`, which is applied during building. The following is how to update `"dependencies.patch"`.