Interface TileLinkParameters

interface defining the parameters of the Tilelink Interface bundle

interface TileLinkParameters {
    name?: string;
    w?: 4 | 8 | 16 | 32 | 64 | 128;
    a?: 16 | 32 | 64 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 36 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63;
    z?: 2 | 3 | 4 | 8 | 5 | 6 | 10 | 7 | 9;
    o?: 2 | 1 | 3 | 4 | 8 | 16 | 32 | 5 | 6 | 10 | 7 | 12 | 11 | 14 | 9 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31;
    i?: 2 | 1 | 3 | 4 | 8 | 16 | 32 | 5 | 6 | 10 | 7 | 12 | 11 | 14 | 9 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31;
}

Hierarchy (view full)

Properties

Properties

name?: string
w?: 4 | 8 | 16 | 32 | 64 | 128

Width of the data bus in bytes. Must be a power of two.

a?: 16 | 32 | 64 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 36 | 26 | 27 | 28 | 29 | 30 | 31 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63

Width of each address field in bits.

z?: 2 | 3 | 4 | 8 | 5 | 6 | 10 | 7 | 9

Width of each size field in bits.

o?: 2 | 1 | 3 | 4 | 8 | 16 | 32 | 5 | 6 | 10 | 7 | 12 | 11 | 14 | 9 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

Number of bits needed to disambiguate per-link master sources. width of the source identifiers

i?: 2 | 1 | 3 | 4 | 8 | 16 | 32 | 5 | 6 | 10 | 7 | 12 | 11 | 14 | 9 | 13 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

Number of bits needed to disambiguate per-link slave sinks. width of the sink identifiers

Generated using TypeDoc