forceName

chisel3.util.experimental.forceName
object forceName

Attributes

Source
ForceNames.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
forceName.type

Members list

Value members

Concrete methods

def apply(instance: BaseModule, name: String): Unit

Force the name of this instance to the name its given during Chisel compilation

Force the name of this instance to the name its given during Chisel compilation

Value parameters

instance

Instance to name

Attributes

Source
ForceNames.scala
def apply(instance: BaseModule): Unit

Force the name of this instance to the name its given during Chisel compilation

Force the name of this instance to the name its given during Chisel compilation

This will rename after potential renames from other Custom transforms during FIRRTL compilation

Value parameters

instance

Signal to name

Attributes

Source
ForceNames.scala