Cite VHDL's strong typing
This commit is contained in:
parent
1eaddf7d3d
commit
59299f196c
2 changed files with 10 additions and 1 deletions
|
@ -91,6 +91,15 @@
|
|||
urldate = {2020-03-29},
|
||||
}
|
||||
|
||||
@inbook{vhdl-types,
|
||||
author = {Klaus Fricke},
|
||||
title = {Digitaltechnik - Lehr- und Übungsbuch für Elektrotechniker und Informatiker},
|
||||
publisher = {Springer Vieweg},
|
||||
year = {2013},
|
||||
doi = {10.1007/978-3-8348-2213-0},
|
||||
chapter = {15.3},
|
||||
}
|
||||
|
||||
@online{riscv-compliance,
|
||||
author = {Jeremy Bennett, Lee Moore},
|
||||
title = {RISC-V Compliance Task Group},
|
||||
|
|
|
@ -54,7 +54,7 @@ While the Digilent board offers fewer IO options, the DDR3 memory can be interfa
|
|||
|
||||
\section{FPGA Tooling}
|
||||
|
||||
FPGA design is done using a Hardware Description Language (HDL). The two most well-known HDLs are Verilog and VHDL (VHSIC (Very high speed integrated circuit) HDL). As part of our studies at HTL, we exclusively worked with VHDL. For this reason, and because VHDL offers a better type system, it was chosen as the language of choice for the project.
|
||||
FPGA design is done using a Hardware Description Language (HDL). The two most well-known HDLs are Verilog and VHDL (VHSIC (Very high speed integrated circuit) HDL). As part of our studies at HTL, we exclusively worked with VHDL. For this reason, and because VHDL offers a strong type system~\cite{vhdl-types}, it was selected as the language of choice for the project.
|
||||
|
||||
\subsection{Vendor Tools}
|
||||
|
||||
|
|
Loading…
Reference in a new issue