diff --git a/.gitignore b/.gitignore index c09e885..4f436f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ + +# Misc +.DS_Store build + +# LaTeX *.aux *.bbl *.blg @@ -6,4 +11,9 @@ build *.out *.pdf.tmp *.toc -.DS_Store + +# Verilator +obj_dir + +# Icarus +*.vvp diff --git a/Makefile b/Makefile index c74ce7a..071dfcf 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ BUILD_DIR := $(CURDIR)/build -PDFLATEX := TEXINPUTS=$(CURDIR):$(CURDIR)/src:${BUILD_DIR}/dependencies/ucsb/sty: \ - pdflatex -interaction=nonstopmode -halt-on-error -output-directory ${BUILD_DIR} +PDFLATEX := TEXINPUTS=$(CURDIR):$(CURDIR)/tex:${BUILD_DIR}/dependencies/ucsb/sty: \ + pdflatex -interaction=nonstopmode -halt-on-error -shell-escape -output-directory ${BUILD_DIR} -BIBTEX := BSTINPUTS=${BUILD_DIR}/dependencies/ucsb: BIBINPUTS=$(CURDIR)/src: \ +BIBTEX := BSTINPUTS=${BUILD_DIR}/dependencies/ucsb: BIBINPUTS=$(CURDIR)/tex: \ bibtex JUNK := *.pdf *.aux *.log *.bbl *.blg *.toc *.out *.fdb_latexmk *.fls *.synctex.gz diff --git a/docs/index.html b/docs/index.html index 0ec1dd3..0bb310f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@
-