PandA-2024.02
read.c
Go to the documentation of this file.
1 #pragma HLS interface port = data mode = m_axi offset = direct
2 
3 short int read(short int* data)
4 {
5  return *(data);
6 }
short int read(short int *data)
Definition: read.c:3

Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by doxygen 1.8.13