From: Matthijs Kooijman Date: Mon, 7 Dec 2009 00:16:27 +0000 (+0100) Subject: Put one more 0 in another font. X-Git-Tag: final-thesis~77 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=f07d21119a95b40eb7f4bed07356e3963007f3f3 Put one more 0 in another font. --- diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index 9c148a5..d90a2e1 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -341,9 +341,9 @@ and3 a b c = and (and a b) c Here, a type synonym \hs{RegisterIndex} is defined that is equal to the \hs{RangedWord} type constructor applied to the type \hs{D7}. In - other words, this defines an unsigned word with values from 0 to 7 - (inclusive). This word can be be used to index the 8 element vector - \hs{RegisterState} above. + other words, this defines an unsigned word with values from + \lam{0} to \lam{7} (inclusive). This word can be be used to index the + 8 element vector \hs{RegisterState} above. This type is translated to the \type{unsigned} \small{VHDL} type. \stopdesc