chisel-tutorial icon indicating copy to clipboard operation
chisel-tutorial copied to clipboard

Punctuation and Typos

Open peterhchen opened this issue 10 months ago • 0 comments
trafficstars

The syntax for the Vec class is slightly different when instantiating a vector of modules.When instantiating a vector of modules the data type that is specified in the {} braces is slightly different than the usualy primitive types. To specify a vector of modules, we use the io bundle when specifying the type of the vector. For example, in order to specify a Vec with 16 modules , say FullAdders in this case, we would use the following declaration:

Above,

  1. Punctuation: "...of modules.When..." should have a space between "mouldes" and "When" Should be: "...of modules. When..."?
  2. Typo: "...the usualy primitive types..." Should be "...the usually primitive types..."?

peterhchen avatar Jan 07 '25 01:01 peterhchen