GrayToBinary

chisel3.util.GrayToBinary
object GrayToBinary

Attributes

Source
GrayCode.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(in: UInt, width: Int): UInt

Inverts the BinaryToGray operation.

Inverts the BinaryToGray operation.

Attributes

Source
GrayCode.scala
def apply(in: UInt): UInt

Inverts the BinaryToGray operation.

Inverts the BinaryToGray operation.

Attributes

Source
GrayCode.scala