schoeberl / chisel-book

Digital Design with Chisel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny misspelling (or missing words?) Vec section

n-kremeris opened this issue · comments

Hi,
Very minor problem - page 19, section 2.4.2 - Vec

A Vec is used for three different purposes: (1) dynamic addressing in hardware,
which is a multiplexer; (2) a register file, which includes multiplexing the read and
generating the enable signal for the write; (3) parametrization if the number of ports
of a Module.
For other collections of things, being it hardware elements or other
generator data, it is better to use the Scala collection Seq.

I was skimming through the book and this threw me off. I assume the "if" should be "of", or could it be that some words are missing?

yes, it should be of. PR?

fixed. Thanks for noticing it.