From 86e92931dd1c83a863e14b382e9f094e8b18bc5c Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 22 Jan 2020 15:30:13 -0800 Subject: Update comment for Clock.asBool() --- chiselFrontend/src/main/scala/chisel3/Clock.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chiselFrontend/src') diff --git a/chiselFrontend/src/main/scala/chisel3/Clock.scala b/chiselFrontend/src/main/scala/chisel3/Clock.scala index aad515e4..d7975b1e 100644 --- a/chiselFrontend/src/main/scala/chisel3/Clock.scala +++ b/chiselFrontend/src/main/scala/chisel3/Clock.scala @@ -31,7 +31,7 @@ sealed class Clock(private[chisel3] val width: Width = Width(1)) extends Element /** Not really supported */ def toPrintable: Printable = PString("CLOCK") - /** Returns the contents of this wire as a [[scala.collection.Seq]] of [[Bool]]. */ + /** Returns the contents of the clock wire as a [[Bool]]. */ final def asBool(): Bool = macro SourceInfoTransform.noArg def do_asBool(implicit sourceInfo: SourceInfo, compileOptions: CompileOptions): Bool = this.asUInt().asBool() -- cgit v1.2.3