withReset

chisel3.withReset
object withReset

Attributes

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

Members list

Value members

Concrete methods

def apply[T](reset: Reset)(block: => T): T

Creates a new Reset scope

Creates a new Reset scope

Value parameters

block

the block of code to run with new implicit Reset

reset

the new implicit Reset

Attributes

Returns

the result of the block

Source
MultiClock.scala
def apply[T](reset: Option[Reset])(block: => T): T

Creates a new Reset scope

Creates a new Reset scope

Value parameters

block

the block of code to run with new implicit Reset

reset

the new implicit Reset, None will set no implicit reset

Attributes

Returns

the result of the block

Source
MultiClock.scala