Section 3,
4, 9, 11, 12, 15, 17, 23, C, D, E, J
Typos and editorial issues
In 3.4, in footnote 1, REPLACE
734
WITH
7354
and ADD a reference to
[ B1 ]
In 3.16, in the example at the top of p.33, the keyword xor should be bold.
In 4.6, REMOVE the hyphen in ‘is one-dimension of’.
In 9.6, at the end of the section, enlarge the type size.
In 11.14, at the end of the section, enlarge the type size.
In 11.23, in the examples at the end of the section, REPLACE each occurrence of
parameter type
WITH
parameter type
In 12.2, on p. 133, REPLACE
class MyYXPair extends XYPair
WITH
class MyYXXYPair extends
XYPair;
In Syntax 12-2, REPLACE the excerpt of dist_item, WITH
dist_item ::= value_range [ dist_weight ]
dist_weight ::=
:= expression
| :/ expression
In 12.4.5, in the first sentence, ‘implication’ probably shouldn’t be italicized.
In 12.4.11, on p. 144, REPLACE
constraint C1 {
length == count_ones( v ) } ;
WITH
constraint C1 { length
== count_ones( v ) ; } ;
In 12.4.11, on p. 145, REPLACE
constraint C { x <= F(y); };
constraint D { y inside {2, 4, 8} };
WITH
constraint C { x <= F(y); };
constraint D { y inside {2, 4, 8}; };
In 15, throughout its examples, step should not be bold.
In 17.10, at the bottom of p.238, there is an extra newline, or at least some problem with the formatting.
In 17.11.1, in the example of p. 246, the keyword first_match should be bold.
In 17.13.2, in the example of p.256, the keyword dist should be bold.
In 17.13.5, in the pseudocode at the top of p.258, REPLACE
<statements>;
WITH
<statements>;
In Syntax 23-5, in array_query_functions, the final ) should be red.
In C.3, the keyword with should be bold.
In D.2.2, the keyword string should be bold.
In D.3.2, the keyword type should be bold.
In D.5.10, the keyword int should be bold.
In D.5.11, both occurrences of the keyword byte should be bold.
In E.6.6, both occurrences of the keyword logic should be bold.
In E.9.1.4, at the end of the section, the keywords bit and logic should be bold.
In E.11.3, both occurrences of the keyword bit and both occurrences of the keyword logic should be bold.
In E.11.11, the keyword logic should be bold.
In J, in Constant, REPLACE
localparam
WITH
local parameters
and REPLACE
runt-time
WITH
runt-time