diff --git a/tex/final/appendix.tex b/tex/final/appendix.tex index 7a968db..f8f93a3 100644 --- a/tex/final/appendix.tex +++ b/tex/final/appendix.tex @@ -69,6 +69,7 @@ \section{Company-Provided Style Guides} \begin{itemize} \item Xilinx -- HDL Coding Techniques \cite{Xilinxstyleguide} \item Intel -- Recommended HDL Coding Styles \cite{Intelstyleguide} + \item Intel -- Advanced Synthesis Cookbook \cite{Intelcookbook} \item Lattice -- HDL Coding Guidelines \cite{Latticestyleguide} \item Freescale -- Verilog HDL Coding \cite{Freescalestyleguide} \end{itemize} @@ -78,6 +79,7 @@ \section{Miscellaneous Style Guides} \begin{itemize} \item RSD RISC-V Core -- Coding conventions \cite{RSDstyleguide} \item VeriGPU -- Coding guidelines \cite{VeriGPUstyleguide} + \item OH! -- Open Hardware for Chip Designers \cite{OlofssonOH} \end{itemize} diff --git a/tex/thesis.bib b/tex/thesis.bib index 63d9b29..ea49868 100644 --- a/tex/thesis.bib +++ b/tex/thesis.bib @@ -426,6 +426,15 @@ @misc{Intelstyleguide note = {[Accessed 19-09-2023]}, } +@misc{Intelcookbook, + author = {{Altera}}, + title = {{A}dvanced {S}ynthesis {C}ookbook}, + howpublished = {\url{https://www.intel.com/content/www/us/en/content-details/654474/advanced-synthesis-cookbook.html}}, + month = {July}, + year = {2011}, + note = {[Accessed 22-11-2023]}, +} + @misc{Latticestyleguide, author = {{Lattice}}, title = {{H}{D}{L} {C}oding {G}uidelines}, @@ -447,6 +456,13 @@ @misc{VeriGPUstyleguide note = {[Accessed 20-09-2023]}, } +@misc{OlofssonOH, + author = {Olofsson, Andreas}, + title = {{O}pen {H}ardware for {C}hip {D}esigners {C}oding {G}uide}, + howpublished = {\url{https://github.com/aolofsson/oh#coding-guide}}, + note = {[Accessed 22-11-2023]}, +} + @misc{RSDstyleguide, author = {{RSD}}, title = {{R}{S}{D} {C}oding conventions},