You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..."?
The text was updated successfully, but these errors were encountered:
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,
Should be: "...of modules. When..."?
Should be "...the usually primitive types..."?
The text was updated successfully, but these errors were encountered: