Why L1 data cache has a 64-B cache line size, but the linefill buffer is only 32B?
59 views
Skip to first unread message
qili...@gmail.com
unread,
May 14, 2013, 5:37:52 AM5/14/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I got this question in ARM Tech Reference Manual.
quote:
"The L1 data memory system has the following features:
Data side cache line length of 64-bytes.
......
Two 32-byte linefill buffers and one 64-byte eviction buffer.
......"
How line fill operation is conducted?
Let's discuss about this interesting issue.
Michael S
unread,
May 14, 2013, 7:53:38 AM5/14/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
ARM Cortex-A7?
More interesting question is why linefill buffers are needed at all.
If you answer this, then understanding of the size will likely come
automatically.