Packages

p

firrtl.passes

clocklist

package clocklist

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ClockList extends Pass

    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
  3. class ClockListTransform extends Transform with DependencyAPIMigration with RegisteredTransform

Value Members

  1. object ClockListAnnotation extends Serializable
  2. object ClockListUtils
  3. object RemoveAllButClocks extends Pass

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

Ungrouped