We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c376990 commit 3bd85b3Copy full SHA for 3bd85b3
source/portable/NetworkInterface/Zynq/README.txt
@@ -40,3 +40,11 @@ It is obligatory to define:
40
41
#define ipconfigZERO_COPY_RX_DRIVER 1
42
#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