chisel-tutorial
chisel-tutorial copied to clipboard
Punctuation and Typos
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,
- Punctuation: "...of modules.When..." should have a space between "mouldes" and "When" Should be: "...of modules. When..."?
- Typo: "...the usualy primitive types..." Should be "...the usually primitive types..."?