mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed typo in Xilinx code
This commit is contained in:
parent
d811128459
commit
79b35dafdf
2 changed files with 2 additions and 2 deletions
2
thirdparty/xilinx/include/xilinx/xllfifo.h
vendored
2
thirdparty/xilinx/include/xilinx/xllfifo.h
vendored
|
@ -576,7 +576,7 @@ extern u32 _xllfifo_ipis_value;
|
|||
* XLlFifo_TxVacancy returns the number of unused 32 bit words available
|
||||
* (vacancy) in the send channel of the FIFO specified by <i>InstancePtr</i>.
|
||||
*
|
||||
* The xps_ll_fifo core uses tXLLF_he same fifo to store data values and frame length
|
||||
* The xps_ll_fifo core uses the same fifo to store data values and frame length
|
||||
* values. Upon initialization, the XLlFifo_TxVacancy will give the value of
|
||||
* FIFO_WIDTH - 1, which means one length value used (a reserved fifo location)
|
||||
* and no data values yet present.
|
||||
|
|
|
@ -576,7 +576,7 @@ extern u32 _xllfifo_ipis_value;
|
|||
* XLlFifo_TxVacancy returns the number of unused 32 bit words available
|
||||
* (vacancy) in the send channel of the FIFO specified by <i>InstancePtr</i>.
|
||||
*
|
||||
* The xps_ll_fifo core uses tXLLF_he same fifo to store data values and frame length
|
||||
* The xps_ll_fifo core uses the same fifo to store data values and frame length
|
||||
* values. Upon initialization, the XLlFifo_TxVacancy will give the value of
|
||||
* FIFO_WIDTH - 1, which means one length value used (a reserved fifo location)
|
||||
* and no data values yet present.
|
||||
|
|
Loading…
Add table
Reference in a new issue