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 Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show 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 Object
trait Matchable
class Any
Self type
DiGraph.type
class DiGraph[T](val edges: LinkedHashMap[T, LinkedHashSet[T]])

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 Object
trait Matchable
class 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 DiGraph[T]
class Object
trait Matchable
class Any
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 Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all