Jump to content
  • 0

Problem in writing clb LUT using Hwicap API


Bushra

Question

I am trying to Write/read Look up table using Hwicap API on Zybo board. But getting the probem in these function; 

   ColNum = XHwIcap_SliceX2Col(TEST_COL);
    RowNum = XHwIcap_SliceY2Row(&HwIcap, TEST_ROW);
    Slice  = XHwIcap_SliceXY2Slice(TEST_COL, TEST_ROW);

The above functions are not defined in Xhwicap.h file..when i try to define these functions in header file, changes can't be made. 

so kindly let me know about this that how can i change in header file.. or is there any otherway to read the above functions..

 

Bushra

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...