IsX

chisel3.util.circt.IsX
object IsX

Attributes

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

Members list

Value members

Concrete methods

def apply[T <: Data](gen: T): Bool

Creates an intrinsic which returns whether the input is a verilog 'x'.

Creates an intrinsic which returns whether the input is a verilog 'x'.

Attributes

Example
b := IsX(a)
Source
IsX.scala