What is the End User Data Width Size for each of the 6 Store Locations in TC1.6.2P

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User9635
Level 4
Level 4
50 replies posted 50 questions asked 25 replies posted
Hello Support,
What is the End User Data Width Size for each of the 6 Store Locations in TC1.6.2P Store Buffers?
5121.attach
Best Regards
0 Likes
1 Reply
NeMa_4793301
Level 6
Level 6
10 likes received 10 solutions authored 5 solutions authored
The maximum width is 64 bits. You can infer that from the merging behavior:
To improve performance the store buffer will merge consecutive data values to reduce the number of memory
accesses required. The following operations are merged in the store buffer
• Consecutive byte writes to the same half word location.
• Consecutive half-word writes to the same word location.
• Consecutive word writes to the same double word location.
0 Likes