withDisable

chisel3.withDisable
object withDisable

Creates a new Disable scope

Attributes

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

Members list

Value members

Concrete methods

def apply[T](disable: Type)(block: => T): T

Creates a new Disable scope

Creates a new Disable scope

Value parameters

block

the block of code to run with new implicit Disable

disable

an Optional new implicit Disable, None means no disable

Attributes

Returns

the result of the block

Source
Disable.scala