EN-2 3.10.1 types vs names vs labels
C uses the term "named
constant" and is more consistent with the preceding section 3.10
In addition to modifying the editorial changes to "named
constant(s)", also change this paragraph in the same section:
The example above declares enumerated variable vr,
which creates the enumerated labels named
constants register0 and register1, which
are assigned the values 1 and 2, respectively. Next, it creates the enumerated labels named constants register2,
register3, and register4, and assigns them the values 10, 11, and 12.
EN-5 9.2.1 always_comb sensitivity
Writing to a variable on the
sensitivity list does not represent combinational logic. Remove edit and note.
EN-22 23.2 bold system task
I agree with the editor's comment.. Remove note.
Dave