Skip to content

Commit

Permalink
Merge pull request #33 from KcMeterCEC/master
Browse files Browse the repository at this point in the history
fix(word error)
  • Loading branch information
Dongguage authored Aug 30, 2019
2 parents efad540 + c8ba668 commit d7ea951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter01/erratum.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
|P52|二维码|外网链接无法访问| ![](assets/20190601211930.png) ||
| P62 | 右下| 统一场轮|统一场论|-|
|P63|左上角|需要的发射天线太长|需要较长的发射天线||
|P73|右中|部件1需要给部件2发送数据|部件 1 需要给部件 4 发送数据||
|P74|右中提示框|整体替换为新内容|图1-108中的导线并不体现数量,只体现了架构关系。比如拥有4个输入的MUX其控制信号至少要两根导线。后续架构图如无必要中也不再标识导线数量(位宽)。||
|p76 |右下倒数第二行|图1-29是一个4位计数器|图1-32是一个4位计数器||
|P78|左中|比如,共享FIFO共可容纳1024条数据(10个地 址信号就可以表示1024个地址了),可以为发送方 #1分配256条,那么发送方#1对应的指针队列就是 log2256=8条,每条的容量是10位(因为发送方#1发过 来的数据可能被存储在1024条记录中的任何一条)。|比如,共享FIFO共可容纳1024条数据(10个地 址信号就可以表示1024个地址了,所以用于该FIFO的选路器需要有10根控制信号线)。假设为发送方 #1分配这1024条中的256条作为一个逻辑队列,那么发送方#1对应的指针队列就需要有256条记录,每条记录的容量是10位(发送方#1发过 来的数据可能被存储在1024条记录中的任何一条中)。||||
Expand Down

0 comments on commit d7ea951

Please sign in to comment.