fromStringToLiteral

chisel3.`package`.fromStringToLiteral
implicit class fromStringToLiteral(str: String)

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def U: UInt

String to UInt parse, recommended style for constants.

String to UInt parse, recommended style for constants.

Attributes

Source
package.scala
def U(width: Width): UInt

String to UInt parse with specified width, recommended style for constants.

String to UInt parse with specified width, recommended style for constants.

Attributes

Source
package.scala
def asUInt: UInt

String to UInt parse, recommended style for variables.

String to UInt parse, recommended style for variables.

Attributes

Source
package.scala
def asUInt(width: Width): UInt

String to UInt parse with specified width, recommended style for variables.

String to UInt parse with specified width, recommended style for variables.

Attributes

Source
package.scala
protected def parse(n: String): BigInt

Attributes

Source
package.scala