Skip to content

Commit

Permalink
Show linking against Scala APIs
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
  • Loading branch information
seldridge committed Mar 3, 2020
1 parent d6b4ba4 commit 57f3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiselFrontend/src/main/scala/chisel3/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package object chisel3 { // scalastyle:ignore package.object.name
import scala.language.implicitConversions

/**
* These implicit classes allow one to convert scala.Int|scala.BigInt to
* These implicit classes allow one to convert [[scala.Int]] or [[scala.BigInt]] to
* Chisel.UInt|Chisel.SInt by calling .asUInt|.asSInt on them, respectively.
* The versions .asUInt(width)|.asSInt(width) are also available to explicitly
* mark a width for the new literal.
Expand Down

0 comments on commit 57f3cf7

Please sign in to comment.