Fujitsu FR60 Computer Hardware User Manual


  Open as PDF
of 1038
 
580
Chapter 31 External Bus
8.Prefetch Operation
During burst access, successive accesses occur only within the address boundary that that is determined by the
burst length. Thus, if the boundary is crossed, for example, 4 bytes of free space are available in the buffer,
these 4 bytes cannot be accessed in one operation (If the prefetch buffer starts at xxxxxx0E
H
, 4 bytes of free
space are available in the buffer, and two bursts are set even though the bus width is 16 bits, only 2 bytes,
xxxxxx0E
H
and xxxxxx0F
H
, can be captured in the next prefetch access).
The following provides two examples:
Area whose bus width is set to 16 bits and whose burst length is set to 2
The amount of data read into the buffer in one prefetch operation is 4 bytes. In this case, prefetch access is
delayed until 4 bytes of free space are available in the prefetch buffer.
Area whose bus width is set to 8 bits and whose burst length is set to 8
The amount of data read into the buffer in one prefetch operation is 8 bytes. In this case, prefetch access is
delayed until 8 bytes of free space are available in the prefetch buffer.
Burst length setting and prefetch efficiency
If requests for external bus access, other than prefetch access, to or errors in the prefetch buffer occur during one
operation of prefetch access as explained in the previous bullet, "Unit of one prefetch access operation," these
access requests must wait until access to the prefetch buffer that is being executed is completed.
Thus, if the burst length is too long, the efficiency and reaction of bus access other than prefetch may be
degraded. If, on the other hand, the burst length is set to 1, many read cycles may be wasted even if burst/page
access memory is connected because single access is always performed.
If settings are made so that the amount of data read in one prefetch access operation is large, prefetch access
can be started only after free space in the prefetch buffer for this amount is available. Thus, access to the
prefetch buffer is infrequent, and the external bus tends to be idle. For example, if the bus width is set to 16 bits
and the burst length is set to 8, the amount of data read into the buffer in one prefetch operation is 16 bytes.
Thus, a new prefetch access can be started only after the prefetch buffer is completely empty.
Adjust the optimum burst length to suit use and the environment after taking the above into consideration.
Generally, when connecting asynchronous memory to which burst/page access cannot be applied, it is best to set
the burst length to 1 (single access). Conversely, when memory whose burst/page access cycle is short is
connected, it is better to set the burst length to any value other than 1 (single access). In this case, it is best to
make the setting so that 8 bytes (half of the buffer) are read in one read operation according to the bus width.
However, the optimum condition varies with the frequency of external access and varies with the frequency
divide-by rate setting of the external access clock.
Reading from the prefetch buffer
Data stored in the prefetch buffer is read in response to access from the internal bus if an address matches, and
no external access is performed. In reading from the buffer, addresses can be hit (up to 16 bytes) if they are in
the forward direction but not continuous, so that a second read from the external bus is avoided, if possible, even
for a short forward branch.
If the address currently being accessed for prefetch matches during access from the internal bus, a wait signal is
returned internally before data is captured after prefetch access is completed. In this case, no buffer error occurs.
If an address in the prefetch buffer matches when a read is performed for DMA transfer, data in the prefetch
buffer is not used, and instead, external data is read by the external bus. In this case, a buffer error occurs. The
prefetch is not continued and no prefetch access is performed until a new external access operation to a prefetch-
enabled area occurs.
Clearing/updating the prefetch buffer
If either of the following conditions is met, the prefetch buffer is completely cleared:
If 1 is written to the PCLR bit of the TCR register