HasTarget

chisel3.`package`.HasTarget
See theHasTarget companion object
sealed trait HasTarget

Exposes target information and suggestName functionality of a NamedComponent.

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def suggestName(seed: String): Unit

Exposes the suggestName method of the NamedComponent so users can provide a seed to influence the name generation of this component.

Exposes the suggestName method of the NamedComponent so users can provide a seed to influence the name generation of this component.

Value parameters

seed

seed for the name of this component

Attributes

Source
package.scala

Attributes

Source
package.scala

Attributes

Source
package.scala