Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chisel-book-chinese.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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的类型。
以下的函数表明了另一个方式去编写复用器。

Expand Down