BinaryToGray

chisel3.util.BinaryToGray
object BinaryToGray

Attributes

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

Members list

Value members

Concrete methods

def apply(in: UInt): UInt

Turns a binary number into gray code.

Turns a binary number into gray code.

Attributes

Source
GrayCode.scala