chisel3.experimental.skipPrefix
Attributes
-
Source
-
prefix.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
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