Cite VHDL's strong typing

This commit is contained in:
Xiretza 2020-03-30 20:54:17 +02:00
parent 1eaddf7d3d
commit 59299f196c
Signed by: xiretza
GPG key ID: E51A6C6A1EB378ED
2 changed files with 10 additions and 1 deletions

View file

@ -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},

View file

@ -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}