From 8f23d49e7bfe8fc5554c99d2ca75ddf1d3fc1ed1 Mon Sep 17 00:00:00 2001 From: ENJOU1224 <68260656+ENJOU1224@users.noreply.github.com> Date: Tue, 19 Jul 2022 21:45:19 +0800 Subject: [PATCH] Update chisel-book-chinese.tex MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应该是打错了吧 --- chisel-book-chinese.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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的类型。 以下的函数表明了另一个方式去编写复用器。