Skip to content

Commit 3bd85b3

Browse files
committed
Add work around description in README
1 parent c376990 commit 3bd85b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/portable/NetworkInterface/Zynq/README.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ It is obligatory to define:
4040

4141
#define ipconfigZERO_COPY_RX_DRIVER 1
4242
#define ipconfigZERO_COPY_TX_DRIVER 1
43+
44+
If using SDT drivers, it may be necessary to define certain link speed divisor values.
45+
This is to work around a driver issue where certain link speeds will not transmit any data
46+
without defining the values.
47+
For example, it may be necessary to define:
48+
49+
#define XPAR_PS7_ETHERNET_0_ENET_SLCR_100MBPS_DIV0 8
50+
#define XPAR_PS7_ETHERNET_0_ENET_SLCR_100MBPS_DIV1 5

0 commit comments

Comments
 (0)