Packages

  • package root
    Definition Classes
    root
  • package chisel3

    This package contains the main chisel3 API.

    This package contains the main chisel3 API.

    Definition Classes
    root
  • package aop
    Definition Classes
    chisel3
  • Aspect
  • package core

    These definitions exist to deal with those clients that relied on chisel3.core.

    These definitions exist to deal with those clients that relied on chisel3.core. They are deprecated and will be removed in the future.

    Definition Classes
    chisel3
  • package experimental

    Package for experimental features, which may have their API changed, be removed, etc.

    Package for experimental features, which may have their API changed, be removed, etc.

    Because its contents won't necessarily have the same level of stability and support as non-experimental, you must explicitly import this package to use its contents.

    Definition Classes
    chisel3
  • package internal
    Definition Classes
    chisel3

package aop

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Aspect[T <: RawModule] extends Annotation with Unserializable with NoTargetAnnotation

    Represents an aspect of a Chisel module, by specifying what behavior should be done to instance, via the FIRRTL Annotation Mechanism

    Represents an aspect of a Chisel module, by specifying what behavior should be done to instance, via the FIRRTL Annotation Mechanism

    T

    Type of top-level module

Value Members

  1. object Aspect

    Holds utility functions for Aspect stuff

Ungrouped