firrtl.graph
package firrtl.graph
Members list
Type members
Deprecated classlikes
class CyclicException(val node: Any) 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
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- DiGraph.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object DiGraph
A companion to create DiGraphs from mutable data
A companion to create DiGraphs from mutable data
Attributes
- Companion
- class
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- DiGraph.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DiGraph.type
Represents common behavior of all directed graphs
Represents common behavior of all directed graphs
Attributes
- Companion
- object
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- DiGraph.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class MutableDiGraph[T]
class MutableDiGraph[T] extends DiGraph[T]
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- DiGraph.scala
- Supertypes
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
Attributes
- Deprecated
-
[Since version Chisel 7.0.0]All APIs in package firrtl are deprecated. - Source
- DiGraph.scala
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article