noPrefix
chisel3.experimental.noPrefix
object noPrefix
Use to eliminate any existing prefixes within the provided scope.
Attributes
- Example
-
val x1 = noPrefix { // Anything generated here will not be prefixed by anything outside this scope } - Source
- prefix.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
noPrefix.type
Members list
In this article