Package

firrtl.passes

clocklist

Permalink

package clocklist

Visibility
  1. Public
  2. All

Type Members

  1. class ClockList extends Transform with Pass

    Permalink

    Starting with a top module, determine the clock origins of each child instance.

    Starting with a top module, determine the clock origins of each child instance. Write the result to writer.

  2. case class ClockListAnnotation(target: ModuleName, outputConfig: String) extends SingleTargetAnnotation[ModuleName] with Product with Serializable

    Permalink
  3. class ClockListTransform extends Transform

    Permalink

Value Members

  1. object ClockListAnnotation extends Serializable

    Permalink
  2. object ClockListUtils

    Permalink
  3. object RemoveAllButClocks extends Transform with Pass

    Permalink

    Remove all statements and ports (except instances/whens/blocks) whose expressions do not relate to ground types.

Ungrouped