Errata for "The Art of Verfication with VERA"
PageWhat
noneDescribe integers, but never the bit declaration.
72    Mention that uninitialized integers are X.  On page 85 you mention
that uninitialized arrays are X.
86,87On 86 you show an array of bit [31:0] but on 87 you use "reg"
The CPU example also uses reg.  You might want to mention that
these two are aliases as many users (especially new ones) may not
know this.
102  Use enum for read/write commands, not hard coded bits
125  "// within 4 to 10 cycles" should be "// within 4 to 14 cycles"
167  The final ) has a double underscore.
But this is a good caveat!


Report Errors
Back
Verification Central
The Art of Verification