withoutIO

chisel3.withoutIO
object withoutIO

Attributes

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

Members list

Value members

Concrete methods

def apply[T](block: => T)(implicit si: SourceInfo): T

Creates a new scope in which IO creation causes a runtime error

Creates a new scope in which IO creation causes a runtime error

Value parameters

block

the block of code to run with where IO creation is illegal

Attributes

Returns

the result of the block

Source
MultiClock.scala