skipPrefix

chisel3.experimental.skipPrefix
object skipPrefix

Attributes

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

Members list

Value members

Concrete methods

def apply[T](f: => T): T

Use to remove the latest prefix value (if one exists) so signals within the scope are prefixed with one less value outside the scope

Use to remove the latest prefix value (if one exists) so signals within the scope are prefixed with one less value outside the scope

Type parameters

T

The return type of the provided function

Value parameters

f

a function for which any generated components are given the prefix

Attributes

Returns

The return value of the provided function

Source
prefix.scala