AXI Flashcards

1
Q

Transaction

A

A master initiates a transaction to communicate with a slave. Typically, the transaction requires information to be exchanged between the master and slave on multiple channels.
The complete set of required exchanges form the transaction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unaligned

A

An unaligned access is an access where the address of the access is not aligned to the size of an element of the access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Aligned

A

A data item stored at an address that is divisible by the highest power of 2 that divides into its size in bytes.

Aligned halfwords, words and doublewords therefore have addresses that are divisible by 2, 4 and 8 respectively.

An aligned access is one where the address of the access is aligned to the size of each element of the access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Beat

A

An individual data transfer within an AXI burst.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Burst

A

Payload data comprising multiple, individual data transfers (beats).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ARM Word size?

A

32 bits. Words are normally word-aligned in ARM systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly