MicroBlaze Processor Reference Guide
125
UG081 (v14.7)
Xilinx CacheLink (XCL) Interface Description
CacheLink Transactions
All individual CacheLink accesses follow the FSL FIFO based transaction protocol:
•
Access information is encoded over the FSL data and control signals (e.g.
DCACHE_FSL_OUT_Data
,
DCACHE_FSL_OUT_Control
,
ICACHE_FSL_IN_Data
,
and
ICACHE_FSL_IN_Control
)
•
Information is sent (stored) by raising the write enable signal (e.g.
DCACHE_FSL_OUT_Write
)
•
The sender is only allowed to write if the full signal from the receiver is inactive (e.g.
DCACHE_FSL_OUT_Full
= 0). The full signal is not used by the instruction cache
controller.
•
The use of
ICACHE_FSL_IN_Read
and
DCACHE_FSL_IN_Read
depends on the
selected interface protocol:
♦
With the IXCL and DXCL protocol, information is received (loaded) by raising the read
signal. The signal is low, except when the sender signals that new data exists.
♦
With the IXCL2 and DXCL2 protocol, lowering the read signal indicates that the receiver
is not able to accept new data. New data is only read when the read signal is high, and the
sender signals that data exists. Once a burst read has started, the read signal is not lowered.
•
The receiver is only allowed to read as long as the sender signals that new data exists (e.g.
ICACHE_FSL_IN_Exists
= 1)
For details on the generic FSL protocol, please see the
Fast Simplex Link (FSL) Bus (DS449)
data-
sheet in the Xilinx EDK IP Documentation.
The CacheLink solution uses one incoming (slave) and one outgoing (master) FSL per cache
controller. The outgoing FSL is used to send access requests, while the incoming FSL is used for
receiving the requested cache lines. CacheLink also uses a specific encoding of the transaction
information over the FSL data and control signals.
The cache lines used for reads in the CacheLink protocol are 4 or 8 words long. Each cache line is
either fetched with the critical word first, or in linear order, depending on the selected interface
protocol.
•
Critical word first is used by the IXCL and DXCL protocol, selected when
C_ICACHE_INTERFACE
= 0 (IXCL) and
C_DCACHE_INTERFACE
= 0 (DXCL),
respectively. Each cache line is expected to start with the critical word first (that is, if an access
to address 0x348 is a miss with a 4 word cache line, then the returned cache line should have
the following address sequence: 0x348, 0x34c, 0x340, 0x344). The cache controller forwards
the first word to the execution unit as well as stores it in the cache memory. This allows
execution to resume as soon as the first word is back. The cache controller then follows
through by filling up the cache line with the remaining 3 or 7 words as they are received.
DCACHE_FSL_OUT_Control
FSL control-bit to D-side read
access FSL. Used with
address bits [30 to 31] for
read/write, byte enable and
burst write encoding.
std_logic
output
DCACHE_FSL_OUT_Full
FSL access buffer for D-side
read accesses is full
std_logic
input
Table 3-12:
MicroBlaze Cache Link Signals
(Continued)
Signal Name
Description
VHDL Type
Direction
Содержание MicroBlaze
Страница 1: ...MicroBlaze Processor Reference Guide Embedded Development Kit EDK 14 7 UG081 v14 7...
Страница 4: ...MicroBlaze Processor Reference Guide www xilinx com UG081 v14 7...
Страница 8: ...8 www xilinx com MicroBlaze Processor Reference Guide UG081 v14 7 Chapter 1 Introduction Send Feedback...
Страница 262: ...262 www xilinx com MicroBlaze Processor Reference Guide UG081 v14 7 Send Feedback...