schoeberl / chisel-book

Digital Design with Chisel
727 stars 135 forks source link

Fix typos in chisel-book.tex #26

Closed hirooih closed 3 years ago

hirooih commented 3 years ago

These are typos which were found during translation to Japanese. Hope this helps.

hirooih commented 3 years ago

I found another one, but I'm not sure how to fix it.

L4275-4278

A queue in software is usually used by a sequential code in a single thread.
Or as a queue to decouple a producer and consumer thread.
In this setting a fixed size FIFO queue is usually implemented as a
\myref{https://en.wikipedia.org/wiki/Circular_buffer}{circular buffer}.

”Or as a queue” may be "We use a queue", but not sure.

schoeberl commented 3 years ago

Thank you for all those fixes! I guess "We use a queue" is better.