
Removed support for families older than 7 series. Modified driver tcl not to generate family.h Removed IDCODE lookup logic. Removed xhwicap_ff.h and xhwicap_lut.h examples. Removed xhwicap_clb_ff.h, xhwicap_clb_lut.h and xhwicap_clb_srinv.h. Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com>
762 lines
22 KiB
C
Executable file
762 lines
22 KiB
C
Executable file
/******************************************************************************
|
|
*
|
|
* Copyright (C) 2007 - 2014 Xilinx, Inc. All rights reserved.
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* Use of the Software is limited solely to applications:
|
|
* (a) running on a Xilinx device, or
|
|
* (b) that interact with a Xilinx device through a bus or interconnect.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
|
* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
* SOFTWARE.
|
|
*
|
|
* Except as contained in this notice, the name of the Xilinx shall not be used
|
|
* in advertising or otherwise to promote the sale, use or other dealings in
|
|
* this Software without prior written authorization from Xilinx.
|
|
*
|
|
******************************************************************************/
|
|
/****************************************************************************/
|
|
/**
|
|
*
|
|
* @file xhwicap.c
|
|
*
|
|
* This file contains the functions of the XHwIcap driver. See xhwicap.h for a
|
|
* detailed description of the driver.
|
|
*
|
|
* @note
|
|
*
|
|
* Virtex4, Virtex5, Virtex6, Spartan6, 7 series and Zynq devices are supported.
|
|
*
|
|
* In a Zynq device the ICAP needs to be selected using the
|
|
* XDcfg_SelectIcapInterface API of the DevCfg driver (clear the PCAP_PR bit of
|
|
* Control register in the Device Config Interface) before it can be
|
|
* accessed using the HwIcap.
|
|
*
|
|
*
|
|
* <pre>
|
|
* MODIFICATION HISTORY:
|
|
*
|
|
* Ver Who Date Changes
|
|
* ----- ---- -------- -------------------------------------------------------
|
|
* 2.00a sv 09/11/07 Initial version.
|
|
* 2.01a ecm 04/08/08 Updated data structures to include the V5FXT parts.
|
|
* 3.00a sv 11/28/08 Added the API for initiating Abort while reading/writing
|
|
* from the ICAP.
|
|
* 4.00a hvm 12/1/09 Added support for V6 and updated with HAL phase 1
|
|
* modifications
|
|
* 5.00a hvm 04/02/10 Added support for S6 device.
|
|
* 5.01a hvm 07/06/10 In XHwIcap_DeviceRead function, a read bit mask
|
|
* verification is added after all the data bytes are read
|
|
* from READ FIFO.The Verification of the read bit mask
|
|
* at the begining of reading of bytes is removed.
|
|
* 5.03a hvm 15/4/11 Updated with V6 CXT device definitions.
|
|
* 6.00a hvm 08/01/11 Added support for K7 devices.
|
|
* 7.00a bss 03/14/12 Added support for 8/16/32 ICAP Data Widths - CR 620085
|
|
* Added support for Lite Mode(no Write FIFO) - CR 601748
|
|
* Added Virtex 7, Artix 7 and Zynq Idcodes in Device look
|
|
* up table - CR 647140, CR 643295
|
|
* 8.01a bss 04/18/13 Updated to fix compiler warnings. CR#704814
|
|
* 9.0 bss 02/20/14 Updated to support Kintex8, kintexu and virtex72000T
|
|
* family devices.
|
|
* 10.0 bss 6/24/14 Removed support for families older than 7 series
|
|
* Removed IDCODE lookup logic in XHwIcap_CfgInitialize.
|
|
* </pre>
|
|
*
|
|
*****************************************************************************/
|
|
|
|
/***************************** Include Files ********************************/
|
|
|
|
#include <xil_types.h>
|
|
#include <xil_assert.h>
|
|
#include "xhwicap.h"
|
|
#include "xparameters.h"
|
|
|
|
/************************** Constant Definitions ****************************/
|
|
|
|
/**************************** Type Definitions ******************************/
|
|
|
|
|
|
/***************** Macros (Inline Functions) Definitions ********************/
|
|
|
|
|
|
/************************** Variable Definitions ****************************/
|
|
|
|
|
|
/************************** Function Prototypes *****************************/
|
|
static void StubStatusHandler(void *CallBackRef, u32 StatusEvent,
|
|
u32 ByteCount);
|
|
|
|
/****************************************************************************/
|
|
/**
|
|
*
|
|
* This function initializes a specific XHwIcap instance.
|
|
* The IDCODE is read from the FPGA and based on the IDCODE the information
|
|
* about the resources in the FPGA is filled in the instance structure.
|
|
*
|
|
* The HwIcap device will be in put in a reset state before exiting this
|
|
* function.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
* @param ConfigPtr points to the XHwIcap device configuration structure.
|
|
* @param EffectiveAddr is the device base address in the virtual memory
|
|
* address space. If the address translation is not used then the
|
|
* physical address is passed.
|
|
* Unexpected errors may occur if the address mapping is changed
|
|
* after this function is invoked.
|
|
*
|
|
* @return XST_SUCCESS else XST_FAILURE
|
|
*
|
|
* @note None.
|
|
*
|
|
*****************************************************************************/
|
|
int XHwIcap_CfgInitialize(XHwIcap *InstancePtr, XHwIcap_Config *ConfigPtr,
|
|
u32 EffectiveAddr)
|
|
{
|
|
int Status;
|
|
u32 DeviceIdCode;
|
|
u32 TempDevId;
|
|
u8 DeviceIdIndex;
|
|
u8 NumDevices;
|
|
u8 IndexCount;
|
|
int DeviceFound = FALSE;
|
|
|
|
Xil_AssertNonvoid(InstancePtr != NULL);
|
|
Xil_AssertNonvoid(ConfigPtr != NULL);
|
|
|
|
/*
|
|
* Set some default values.
|
|
*/
|
|
InstancePtr->IsReady = FALSE;
|
|
InstancePtr->IsTransferInProgress = FALSE;
|
|
InstancePtr->IsPolled = TRUE; /* Polled Mode */
|
|
|
|
/*
|
|
* Set the device base address and stub handler.
|
|
*/
|
|
InstancePtr->HwIcapConfig.BaseAddress = EffectiveAddr;
|
|
InstancePtr->StatusHandler = (XHwIcap_StatusHandler) StubStatusHandler;
|
|
|
|
/** Set IcapWidth **/
|
|
|
|
InstancePtr->HwIcapConfig.IcapWidth = ConfigPtr->IcapWidth;
|
|
|
|
/** Set IsLiteMode **/
|
|
InstancePtr->HwIcapConfig.IsLiteMode = ConfigPtr->IsLiteMode;
|
|
|
|
/*
|
|
* Read the IDCODE from ICAP.
|
|
*/
|
|
|
|
/*
|
|
* Setting the IsReady of the driver temporarily so that
|
|
* we can read the IdCode of the device.
|
|
*/
|
|
InstancePtr->IsReady = XIL_COMPONENT_IS_READY;
|
|
|
|
/*
|
|
* Dummy Read of the IDCODE as the first data read from the
|
|
* ICAP has to be discarded (Due to the way the HW is designed).
|
|
*/
|
|
Status = XHwIcap_GetConfigReg(InstancePtr, XHI_IDCODE, &TempDevId);
|
|
if (Status != XST_SUCCESS) {
|
|
InstancePtr->IsReady = 0;
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
/*
|
|
* Read the IDCODE and mask out the version section of the DeviceIdCode.
|
|
*/
|
|
Status = XHwIcap_GetConfigReg(InstancePtr, XHI_IDCODE, &DeviceIdCode);
|
|
if (Status != XST_SUCCESS) {
|
|
InstancePtr->IsReady = 0;
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
DeviceIdCode = DeviceIdCode & XHI_DEVICE_ID_CODE_MASK;
|
|
|
|
if ((DeviceIdCode == XHI_DEVICE_ID_CODE_MASK) ||
|
|
(DeviceIdCode == 0x0)) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
|
|
Status = XHwIcap_CommandDesync(InstancePtr);
|
|
InstancePtr->IsReady = 0;
|
|
if (Status != XST_SUCCESS) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
InstancePtr->BytesPerFrame = XHI_NUM_FRAME_BYTES;
|
|
InstancePtr->WordsPerFrame = (InstancePtr->BytesPerFrame/4);
|
|
InstancePtr->IsReady = XIL_COMPONENT_IS_READY;
|
|
|
|
/*
|
|
* Reset the device.
|
|
*/
|
|
XHwIcap_Reset(InstancePtr);
|
|
|
|
return XST_SUCCESS;
|
|
} /* end XHwIcap_CfgInitialize() */
|
|
|
|
|
|
/****************************************************************************/
|
|
/**
|
|
*
|
|
* This function writes the given user data to the Write FIFO in both the
|
|
* polled mode and the interrupt mode and starts the transfer of the data to
|
|
* the ICAP device.
|
|
*
|
|
* In the polled mode, this function will write the specified number of words
|
|
* into the FIFO before returning.
|
|
*
|
|
* In the interrupt mode, this function will write the words upto the size
|
|
* of the Write FIFO and starts the transfer, then subsequent transfer of the
|
|
* data is performed by the interrupt service routine until the entire buffer
|
|
* has been transferred. The status callback function is called when the entire
|
|
* buffer has been sent.
|
|
* In order to use interrupts, it is necessary for the user to connect the driver
|
|
* interrupt handler, XHwIcap_IntrHandler(), to the interrupt system of
|
|
* the application and enable the interrupts associated with the Write FIFO.
|
|
* The user has to enable the interrupts each time this function is called
|
|
* using the XHwIcap_IntrEnable macro.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
* @param FrameBuffer is a pointer to the data to be written to the
|
|
* ICAP device.
|
|
* @param NumWords is the number of words (16 bit for S6 and 32 bit
|
|
* for all other devices)to write to the ICAP device.
|
|
*
|
|
* @return XST_SUCCESS or XST_FAILURE
|
|
*
|
|
* @note This function is a blocking for the polled mode of operation
|
|
* and is non-blocking for the interrupt mode of operation.
|
|
* Use the function XHwIcap_DeviceWriteFrame for writing a frame
|
|
* of data to the ICAP device.
|
|
*
|
|
*****************************************************************************/
|
|
int XHwIcap_DeviceWrite(XHwIcap *InstancePtr, u32 *FrameBuffer, u32 NumWords)
|
|
{
|
|
u32 Index; /* Array Index */
|
|
#if XPAR_HWICAP_0_ICAP_DWIDTH == 8
|
|
u8 Fifo[NumWords*4];
|
|
#elif XPAR_HWICAP_0_ICAP_DWIDTH == 16
|
|
u16 Fifo[NumWords*2];
|
|
#else
|
|
u32 Fifo[4]; /** Icap Width of 32 does not use Fifo but declared
|
|
to overcome compilation error. Size of 4 is used
|
|
to overcome compiler warnings */
|
|
#endif
|
|
|
|
#if (XPAR_HWICAP_0_MODE == 0)
|
|
u32 WrFifoVacancy;
|
|
u32 IntrStatus;
|
|
#endif
|
|
|
|
Xil_AssertNonvoid(InstancePtr != NULL);
|
|
Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY);
|
|
Xil_AssertNonvoid(FrameBuffer != NULL);
|
|
Xil_AssertNonvoid(NumWords > 0);
|
|
|
|
/*
|
|
* Make sure that the last Read/Write by the driver is complete.
|
|
*/
|
|
if (XHwIcap_IsTransferDone(InstancePtr) == FALSE) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
/*
|
|
* Check if the ICAP device is Busy with the last Read/Write
|
|
*/
|
|
if (XHwIcap_IsDeviceBusy(InstancePtr) == TRUE) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
/*
|
|
* Set the flag, which will be cleared when the transfer
|
|
* is entirely done from the FIFO to the ICAP.
|
|
*/
|
|
InstancePtr->IsTransferInProgress = TRUE;
|
|
|
|
/*
|
|
* Disable the Global Interrupt.
|
|
*/
|
|
XHwIcap_IntrGlobalDisable(InstancePtr);
|
|
|
|
/* 16 bit */
|
|
if(InstancePtr->HwIcapConfig.IcapWidth == 16)
|
|
{
|
|
|
|
for(Index = 0;Index < (NumWords*2);Index = Index + 2)
|
|
{
|
|
Fifo[Index + 1] = *FrameBuffer;
|
|
Fifo[Index] = *FrameBuffer >> 16;
|
|
FrameBuffer++;
|
|
}
|
|
|
|
InstancePtr->RequestedWords = NumWords * 2;
|
|
InstancePtr->RemainingWords = NumWords * 2;
|
|
InstancePtr->SendBufferPtr = &Fifo[0];
|
|
}
|
|
|
|
/* 8 bit */
|
|
else if(InstancePtr->HwIcapConfig.IcapWidth == 8)
|
|
{
|
|
for(Index = 0;Index < (NumWords*4);Index = Index + 4)
|
|
{
|
|
Fifo[Index + 3] = *FrameBuffer;
|
|
Fifo[Index + 2] = *FrameBuffer >> 8;
|
|
Fifo[Index + 1] = *FrameBuffer >> 16;
|
|
Fifo[Index] = *FrameBuffer >> 24;
|
|
FrameBuffer++;
|
|
}
|
|
InstancePtr->RequestedWords = NumWords * 4;
|
|
InstancePtr->RemainingWords = NumWords * 4;
|
|
InstancePtr->SendBufferPtr = &Fifo[0];
|
|
|
|
}
|
|
else
|
|
{
|
|
/*
|
|
* Set up the buffer pointer and the words to be transferred.
|
|
*/
|
|
InstancePtr->SendBufferPtr = FrameBuffer;
|
|
InstancePtr->RequestedWords = NumWords;
|
|
InstancePtr->RemainingWords = NumWords;
|
|
}
|
|
|
|
/*
|
|
* Fill the FIFO with as many words as it will take (or as many as we
|
|
* have to send.
|
|
*/
|
|
|
|
#if (XPAR_HWICAP_0_MODE == 1)
|
|
/* If Lite Mode then write one by one word in WriteFIFO register */
|
|
while (InstancePtr->RemainingWords > 0) {
|
|
|
|
XHwIcap_FifoWrite(InstancePtr, *InstancePtr->SendBufferPtr);
|
|
|
|
XHwIcap_StartConfig(InstancePtr);
|
|
|
|
while ((XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET)) & XHI_CR_WRITE_MASK);
|
|
|
|
InstancePtr->RemainingWords--;
|
|
|
|
InstancePtr->SendBufferPtr++;
|
|
}
|
|
|
|
/*
|
|
* Clear the flag to indicate the write has been done
|
|
*/
|
|
InstancePtr->IsTransferInProgress = FALSE;
|
|
InstancePtr->RequestedWords = 0x0;
|
|
|
|
#else
|
|
/* If FIFOs are enabled, fill the FIFO and initiate transfer */
|
|
|
|
WrFifoVacancy = XHwIcap_GetWrFifoVacancy(InstancePtr);
|
|
while ((WrFifoVacancy != 0) &&
|
|
(InstancePtr->RemainingWords > 0)) {
|
|
|
|
XHwIcap_FifoWrite(InstancePtr, *InstancePtr->SendBufferPtr);
|
|
InstancePtr->RemainingWords--;
|
|
WrFifoVacancy--;
|
|
InstancePtr->SendBufferPtr++;
|
|
}
|
|
|
|
|
|
/*
|
|
* Start the transfer of the data from the FIFO to the ICAP device.
|
|
*/
|
|
XHwIcap_StartConfig(InstancePtr);
|
|
|
|
while ((XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET)) & XHI_CR_WRITE_MASK);
|
|
/*
|
|
* Check if there is more data to be written to the ICAP
|
|
*/
|
|
if (InstancePtr->RemainingWords != NULL){
|
|
|
|
/*
|
|
* Check whether it is polled or interrupt mode of operation.
|
|
*/
|
|
if (InstancePtr->IsPolled == FALSE) { /* Interrupt Mode */
|
|
|
|
/*
|
|
* If it is interrupt mode of operation then the
|
|
* transfer of the remaining data will be done in the
|
|
* interrupt handler.
|
|
*/
|
|
|
|
/*
|
|
* Clear the interrupt status of the earlier interrupts
|
|
*/
|
|
IntrStatus = XHwIcap_IntrGetStatus(InstancePtr);
|
|
XHwIcap_IntrClear(InstancePtr, IntrStatus);
|
|
|
|
|
|
/*
|
|
* Enable the interrupts by enabling the
|
|
* Global Interrupt.
|
|
*/
|
|
XHwIcap_IntrGlobalEnable(InstancePtr);
|
|
|
|
}
|
|
|
|
else { /* Polled Mode */
|
|
|
|
while (InstancePtr->RemainingWords > 0) {
|
|
|
|
WrFifoVacancy =
|
|
XHwIcap_GetWrFifoVacancy(InstancePtr);
|
|
while ((WrFifoVacancy != 0) &&
|
|
(InstancePtr->RemainingWords > 0)) {
|
|
XHwIcap_FifoWrite(InstancePtr,
|
|
*InstancePtr->SendBufferPtr);
|
|
InstancePtr->RemainingWords--;
|
|
WrFifoVacancy--;
|
|
InstancePtr->SendBufferPtr++;
|
|
}
|
|
|
|
XHwIcap_StartConfig(InstancePtr);
|
|
while ((XHwIcap_ReadReg(InstancePtr->
|
|
HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET)) & XHI_CR_WRITE_MASK);
|
|
}
|
|
|
|
/*
|
|
* Clear the flag to indicate the write has
|
|
* been done
|
|
*/
|
|
InstancePtr->IsTransferInProgress = FALSE;
|
|
InstancePtr->RequestedWords = 0x0;
|
|
}
|
|
}
|
|
|
|
else {
|
|
/*
|
|
* Clear the flag to indicate the write has been done
|
|
*/
|
|
InstancePtr->IsTransferInProgress = FALSE;
|
|
InstancePtr->RequestedWords = 0x0;
|
|
|
|
}
|
|
|
|
#endif
|
|
return XST_SUCCESS;
|
|
}
|
|
|
|
/****************************************************************************/
|
|
/**
|
|
*
|
|
* This function reads the specified number of words from the ICAP device in
|
|
* the polled mode. Interrupt mode is not supported in reading data from the
|
|
* ICAP device.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
* @param FrameBuffer is a pointer to the memory where the frame read
|
|
* from the ICAP device is stored.
|
|
* @param NumWords is the number of words (16 bit for S6 and 32 bit for
|
|
* all other devices) to write to the ICAP device.
|
|
*
|
|
* @return
|
|
* - XST_SUCCESS if the specified number of words have been read
|
|
* from the ICAP device
|
|
* - XST_FAILURE if the device is busy with the last Read/Write or
|
|
* if the requested number of words have not been read from the
|
|
* ICAP device, or there is a timeout.
|
|
*
|
|
* @note This is a blocking function.
|
|
*
|
|
*****************************************************************************/
|
|
int XHwIcap_DeviceRead(XHwIcap *InstancePtr, u32 *FrameBuffer, u32 NumWords)
|
|
{
|
|
u32 Retries = 0;
|
|
u32 Index = 0; /* Array Index */
|
|
#if XPAR_HWICAP_0_ICAP_DWIDTH == 8
|
|
u8 Data[NumWords*4];
|
|
#elif XPAR_HWICAP_0_ICAP_DWIDTH == 16
|
|
u16 Data[NumWords*2];
|
|
#else
|
|
u32 *Data = FrameBuffer;
|
|
#endif
|
|
u32 RdFifoOccupancy = 0;
|
|
|
|
/*
|
|
* Assert validates the input arguments
|
|
*/
|
|
Xil_AssertNonvoid(InstancePtr != NULL);
|
|
Xil_AssertNonvoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY);
|
|
Xil_AssertNonvoid(FrameBuffer != NULL);
|
|
Xil_AssertNonvoid(NumWords > 0);
|
|
|
|
/*
|
|
* Make sure that the last Read/Write by the driver is complete.
|
|
*/
|
|
if (XHwIcap_IsTransferDone(InstancePtr) == FALSE) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
/*
|
|
* Check if the ICAP device is Busy with the last Write/Read
|
|
*/
|
|
if (XHwIcap_IsDeviceBusy(InstancePtr) == TRUE) {
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
/*
|
|
* Set the flag, which will be cleared by the driver
|
|
* when the transfer is entirely done.
|
|
*/
|
|
InstancePtr->IsTransferInProgress = TRUE;
|
|
|
|
/* 8 bit */
|
|
if(InstancePtr->HwIcapConfig.IcapWidth == 8)
|
|
{
|
|
InstancePtr->RequestedWords = NumWords * 4;
|
|
InstancePtr->RemainingWords = NumWords * 4;
|
|
XHwIcap_SetSizeReg(InstancePtr, NumWords*4);
|
|
}
|
|
/* 16 bit */
|
|
else if(InstancePtr->HwIcapConfig.IcapWidth == 16)
|
|
{
|
|
InstancePtr->RequestedWords = NumWords * 2;
|
|
InstancePtr->RemainingWords = NumWords * 2;
|
|
XHwIcap_SetSizeReg(InstancePtr, NumWords*2);
|
|
}
|
|
|
|
/* 32 bit */
|
|
else {
|
|
InstancePtr->RequestedWords = NumWords;
|
|
InstancePtr->RemainingWords = NumWords;
|
|
XHwIcap_SetSizeReg(InstancePtr, NumWords);
|
|
}
|
|
|
|
XHwIcap_StartReadBack(InstancePtr);
|
|
|
|
/*
|
|
* Read the data from the Read FIFO into the buffer provided by
|
|
* the user.
|
|
*/
|
|
|
|
/* As long as there is still data to read... */
|
|
while (InstancePtr->RemainingWords > 0) {
|
|
/* Wait until we have some data in the fifo. */
|
|
while(RdFifoOccupancy == 0) {
|
|
RdFifoOccupancy =
|
|
XHwIcap_GetRdFifoOccupancy(InstancePtr);
|
|
Retries++;
|
|
if (Retries > XHI_MAX_RETRIES) {
|
|
break;
|
|
}
|
|
}
|
|
|
|
/* Read the data from the Read FIFO. */
|
|
|
|
/* 8/16 bit */
|
|
if((InstancePtr->HwIcapConfig.IcapWidth == 8) ||
|
|
(InstancePtr->HwIcapConfig.IcapWidth == 16)) {
|
|
while((RdFifoOccupancy != 0) &&
|
|
(InstancePtr->RemainingWords > 0)) {
|
|
Data[Index] = XHwIcap_FifoRead(InstancePtr);
|
|
InstancePtr->RemainingWords--;
|
|
RdFifoOccupancy--;
|
|
Index++;
|
|
}
|
|
}
|
|
else {
|
|
while((RdFifoOccupancy != 0) &&
|
|
(InstancePtr->RemainingWords > 0)) {
|
|
*Data++ = XHwIcap_FifoRead(InstancePtr);
|
|
InstancePtr->RemainingWords--;
|
|
RdFifoOccupancy--;
|
|
}
|
|
}
|
|
}
|
|
while ((XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET)) &
|
|
XHI_CR_READ_MASK);
|
|
|
|
/* 8 bit */
|
|
if(InstancePtr->HwIcapConfig.IcapWidth == 8)
|
|
{
|
|
for(Index = 0 ; Index < (NumWords * 4) ; Index = Index + 4) {
|
|
*FrameBuffer = Data[Index] << 24;
|
|
*FrameBuffer = *FrameBuffer | Data[Index + 1] << 16;
|
|
*FrameBuffer = *FrameBuffer | Data[Index + 2] << 8;
|
|
*FrameBuffer = *FrameBuffer | Data[Index + 3];
|
|
FrameBuffer++;
|
|
}
|
|
}
|
|
/* 16 bit */
|
|
else if(InstancePtr->HwIcapConfig.IcapWidth == 16)
|
|
{
|
|
for(Index = 0 ; Index < (NumWords * 2) ; Index = Index + 2) {
|
|
*FrameBuffer = Data[Index] << 16;
|
|
*FrameBuffer = *FrameBuffer | Data[Index + 1];
|
|
FrameBuffer++;
|
|
}
|
|
}
|
|
|
|
/*
|
|
* If the requested number of words have not been read from
|
|
* the device then indicate failure.
|
|
*/
|
|
if (InstancePtr->RemainingWords != 0){
|
|
return XST_FAILURE;
|
|
}
|
|
|
|
InstancePtr->IsTransferInProgress = FALSE;
|
|
InstancePtr->RequestedWords = 0x0;
|
|
|
|
return XST_SUCCESS;
|
|
}
|
|
|
|
/*****************************************************************************/
|
|
/**
|
|
*
|
|
* This function forces the software reset of the complete HWICAP device.
|
|
* All the registers will return to the default value and the FIFO is also
|
|
* flushed as a part of this software reset.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
*
|
|
* @return None.
|
|
*
|
|
* @note None.
|
|
*
|
|
******************************************************************************/
|
|
void XHwIcap_Reset(XHwIcap *InstancePtr)
|
|
{
|
|
u32 RegData;
|
|
/*
|
|
* Assert the arguments.
|
|
*/
|
|
Xil_AssertVoid(InstancePtr != NULL);
|
|
Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY);
|
|
|
|
/*
|
|
* Reset the device by setting/clearing the RESET bit in the
|
|
* Control Register.
|
|
*/
|
|
RegData = XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET);
|
|
|
|
XHwIcap_WriteReg(InstancePtr->HwIcapConfig.BaseAddress, XHI_CR_OFFSET,
|
|
RegData | XHI_CR_SW_RESET_MASK);
|
|
|
|
XHwIcap_WriteReg(InstancePtr->HwIcapConfig.BaseAddress, XHI_CR_OFFSET,
|
|
RegData & (~ XHI_CR_SW_RESET_MASK));
|
|
|
|
}
|
|
|
|
/*****************************************************************************/
|
|
/**
|
|
*
|
|
* This function flushes the FIFOs in the device.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
*
|
|
* @return None.
|
|
*
|
|
* @note None.
|
|
*
|
|
******************************************************************************/
|
|
void XHwIcap_FlushFifo(XHwIcap *InstancePtr)
|
|
{
|
|
u32 RegData;
|
|
/*
|
|
* Assert the arguments.
|
|
*/
|
|
Xil_AssertVoid(InstancePtr != NULL);
|
|
Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY);
|
|
|
|
/*
|
|
* Flush the FIFO by setting/clearing the FIFO Clear bit in the
|
|
* Control Register.
|
|
*/
|
|
RegData = XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET);
|
|
|
|
XHwIcap_WriteReg(InstancePtr->HwIcapConfig.BaseAddress, XHI_CR_OFFSET,
|
|
RegData | XHI_CR_FIFO_CLR_MASK);
|
|
|
|
XHwIcap_WriteReg(InstancePtr->HwIcapConfig.BaseAddress, XHI_CR_OFFSET,
|
|
RegData & (~ XHI_CR_FIFO_CLR_MASK));
|
|
|
|
}
|
|
|
|
/*****************************************************************************/
|
|
/**
|
|
*
|
|
* This function initiates the Abort Sequence by setting the Abort bit in the
|
|
* control register.
|
|
*
|
|
* @param InstancePtr is a pointer to the XHwIcap instance.
|
|
*
|
|
* @return None.
|
|
*
|
|
* @note None.
|
|
*
|
|
******************************************************************************/
|
|
void XHwIcap_Abort(XHwIcap *InstancePtr)
|
|
{
|
|
u32 RegData;
|
|
|
|
/*
|
|
* Assert the arguments.
|
|
*/
|
|
Xil_AssertVoid(InstancePtr != NULL);
|
|
Xil_AssertVoid(InstancePtr->IsReady == XIL_COMPONENT_IS_READY);
|
|
|
|
/*
|
|
* Initiate the Abort sequence in the ICAP by setting the Abort bit in
|
|
* the Control Register.
|
|
*/
|
|
RegData = XHwIcap_ReadReg(InstancePtr->HwIcapConfig.BaseAddress,
|
|
XHI_CR_OFFSET);
|
|
|
|
XHwIcap_WriteReg(InstancePtr->HwIcapConfig.BaseAddress, XHI_CR_OFFSET,
|
|
RegData | XHI_CR_SW_ABORT_MASK);
|
|
|
|
}
|
|
|
|
/*****************************************************************************/
|
|
/**
|
|
*
|
|
* This is a stub for the status callback. The stub is here in case the upper
|
|
* layers forget to set the handler.
|
|
*
|
|
* @param CallBackRef is a pointer to the upper layer callback reference
|
|
* @param StatusEvent is the event that just occurred.
|
|
* @param WordCount is the number of words (32 bit) transferred up until
|
|
* the event occurred.
|
|
*
|
|
* @return None.
|
|
*
|
|
* @note None.
|
|
*
|
|
******************************************************************************/
|
|
static void StubStatusHandler(void *CallBackRef, u32 StatusEvent, u32 ByteCount)
|
|
{
|
|
(void) CallBackRef;
|
|
(void) StatusEvent;
|
|
(void) ByteCount;
|
|
|
|
Xil_AssertVoidAlways();
|
|
}
|
|
|