projects/common/kcu105/kcu105_system_bd: Restore axi_ethernet SupportLevel 0

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
main
Michael Hennerich 2014-12-05 14:48:37 +01:00
parent e6e9c0058d
commit 7e18162632
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ set axi_ethernet_rstgen [create_bd_cell -type ip -vlnv xilinx.com:ip:proc_sys_re
set axi_ethernet [create_bd_cell -type ip -vlnv xilinx.com:ip:axi_ethernet:6.1 axi_ethernet]
set_property -dict [list CONFIG.PHY_TYPE {SGMII}] $axi_ethernet
set_property -dict [list CONFIG.ENABLE_LVDS {true}] $axi_ethernet
set_property -dict [list CONFIG.SupportLevel {0}] $axi_ethernet
set_property -dict [list CONFIG.TXCSUM {Full}] $axi_ethernet
set_property -dict [list CONFIG.RXCSUM {Full}] $axi_ethernet
set_property -dict [list CONFIG.TXMEM {8k}] $axi_ethernet