diff --git a/chisel-book-chinese.tex b/chisel-book-chinese.tex index 4ba4042c..975ce1f6 100644 --- a/chisel-book-chinese.tex +++ b/chisel-book-chinese.tex @@ -3968,7 +3968,7 @@ \subsection{Functions with Type Parameters} Following function shows the alternative way to code the multiplexer. 在我们最开始的函数设计,我们使用\code{WireInit}用于创建一个具有\code{T}的默认类型的wire。 -如果我们想要创建一个只有chisel类型的weire,没有告知默认值,我们可以使用\code{fPath.cloneType} +如果我们想要创建一个只有chisel类型的wire,没有告知默认值,我们可以使用\code{fPath.cloneType} 去访问chisel的类型。 以下的函数表明了另一个方式去编写复用器。