package tools
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
DataAnalyzer extends AnyRef
Base type data analyzer.
Base type data analyzer. It provides some utilities that help designer analyze the circuit at runtime.
- class EdgesHandler extends AnyRef
- class ElkEdge extends AnyRef
- class ElkNode extends AnyRef
- case class ElkPort(name: String, highlight: Int) extends Product with Serializable
- class HTMLGenerator extends AnyRef
-
class
ModuleAnalyzer extends AnyRef
Module topology analyzer.
Module topology analyzer. It provides some methods that return the input or output pins, all sub-modules or sub-blackboxes, all clocks inside, and filter the returned results.
- case class ModuleData(module: Component, moduleName: String, clkMap: HashMap[ClockDomain, Int]) extends Product with Serializable
- class NodesHandler extends AnyRef
- case class SignalHandler(signal: BaseType, isPort: Boolean) extends Product with Serializable
Value Members
-
object
BigIntToListBoolean
Convert a BigInt into a List of Boolean
Convert a BigInt into a List of Boolean
BigIntToListBoolean(14, 4 bits) // List(false, true, true, true)
Example: - object DataAnalyzer
- object HDElkDiagramGen
- object ModuleAnalyzer