Packages

p

firrtl

graph

package graph

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Deprecated Type Members

  1. class CyclicException extends Exception

    An exception that is raised when an assumed DAG has a cycle

    An exception that is raised when an assumed DAG has a cycle

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

  2. class DiGraph[T] extends AnyRef

    Represents common behavior of all directed graphs

    Represents common behavior of all directed graphs

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

  3. class MutableDiGraph[T] extends DiGraph[T]
    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

  4. class PathNotFoundException extends Exception

    An exception that is raised when attempting to find an unreachable node

    An exception that is raised when attempting to find an unreachable node

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Deprecated Value Members

  1. object DiGraph

    A companion to create DiGraphs from mutable data

    A companion to create DiGraphs from mutable data

    Annotations
    @deprecated
    Deprecated

    (Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Ungrouped