Skip to content

Commit

Permalink
added more references
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman committed Nov 22, 2023
1 parent 6d1088d commit 11ad8f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tex/final/appendix.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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}


Expand Down
16 changes: 16 additions & 0 deletions tex/thesis.bib
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand All @@ -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},
Expand Down

0 comments on commit 11ad8f3

Please sign in to comment.