Package

chisel3

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. class ChiselException extends Exception

    Permalink
  2. trait InstanceId extends AnyRef

    Permalink

    Public API to access Node/Signal names.

    Public API to access Node/Signal names. currently, the node's name, the full path name, and references to its parent Module and component. These are only valid once the design has been elaborated, and should not be used during its construction.

  3. class RangeTransform extends AnyRef

    Permalink

Value Members

  1. object DynamicNamingStack

    Permalink

    Allows public access to the naming stack in Builder / DynamicContext.

    Allows public access to the naming stack in Builder / DynamicContext. Necessary because naming macros expand in user code and don't have access into private[chisel3] objects.

  2. package firrtl

    Permalink
  3. package naming

    Permalink
  4. package sourceinfo

    Permalink

Ungrouped