^ (Repetition)

a^n is an array of size n whose elements are equal to a.

Syntax

expr1^expr2 

Signatures

  1. Type

    Takes as input a flow of type T, and a size n and returns an array of type T^n

  2. Causality

    The output depends instantaneously on its input.

  3. Initialization

    The resulting sequence has its first value defined if its input has its first value defined.

  4. Clock

    Input and output have the same clock.