Path

chisel3.properties.Path
See thePath companion class
object Path

Attributes

Companion
class
Source
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Value members

Concrete methods

def apply(module: BaseModule): Path

Construct a Path that refers to a Module

Construct a Path that refers to a Module

Attributes

Source
Path.scala
def apply(module: BaseModule, isMemberPath: Boolean): Path

Attributes

Source
Path.scala
def apply(data: Data): Path

Construct a Path that refers to a Data

Construct a Path that refers to a Data

Attributes

Source
Path.scala
def apply(data: Data, isMemberPath: Boolean): Path

Attributes

Source
Path.scala
def apply(mem: MemBase[_]): Path

Construct a Path that refers to a Memory

Construct a Path that refers to a Memory

Attributes

Source
Path.scala
def apply(mem: MemBase[_], isMemberPath: Boolean): Path

Attributes

Source
Path.scala
def apply(hasTarget: HasTarget): Path

Construct a Path that refers to a HasTarget

Construct a Path that refers to a HasTarget

Attributes

Source
Path.scala
def apply(hasTarget: HasTarget, isMemberPath: Boolean): Path

Attributes

Source
Path.scala
def apply(target: => IsMember): Path

Construct a Path from a target

Construct a Path from a target

Attributes

Source
Path.scala
def apply(target: => IsMember, isMemberPath: Boolean): Path

Attributes

Source
Path.scala
def deleted: Path

Construct a Path for a target that no longer exists.

Construct a Path for a target that no longer exists.

Attributes

Source
Path.scala