X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Chapters%2FHardwareDescription.tex;h=5113689ca2a69f17793e68479ed78bd5592145ff;hp=a0cc1c5a625340c7caf2cb6c4e2b7f421612bf6b;hb=a9c202b10658a4993aae80b8fc986da14c6fe19e;hpb=f02034ce0710602018132dac00afbf1623bbf40b diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index a0cc1c5..5113689 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -1,4 +1,4 @@ -\chapter{Hardware description} +\chapter[chap:description]{Hardware description} This chapter will provide an overview of the hardware description language that was created and the issues that have arisen in the process. It will focus on the issues of the language, not the implementation. @@ -18,7 +18,7 @@ \section{Function application} The basic syntactic element of a functional program are functions and - function application. These have a single obvious VHDL translation: Each + function application. These have a single obvious \small{VHDL} translation: Each function becomes a hardware component, where each argument is an input port and the result value is the output port.