Package

chisel3.internal

naming

Permalink

package naming

Visibility
  1. Public
  2. All

Type Members

  1. class NamingContext extends NamingContextInterface

    Permalink

    Actual namer functionality.

  2. sealed trait NamingContextInterface extends AnyRef

    Permalink

    Base class for naming contexts, providing the basic API consisting of naming calls and ability to take descendant naming contexts.

  3. class NamingStack extends AnyRef

    Permalink

    Class for the (global) naming stack object, which provides a way to push and pop naming contexts as functions are called / finished.

Value Members

  1. object DummyNamer extends NamingContextInterface

    Permalink

    Dummy implementation to allow for naming annotations in a non-Builder context.

Ungrouped