lwip: remove unnessary code check in tcl
This patch removes the unnecessary check in the lwip tcl it is causing the compilation issues in few ethernetlite based designs. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
4968e7c610
commit
93b8d7f2f5
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ set use_emaclite_on_zynq 0
|
|||
|
||||
# emaclite hw requirements - interrupt needs to be connected
|
||||
proc lwip_elite_hw_drc {libhandle emac} {
|
||||
set emacname [common::get_property NAME $emac]
|
||||
set intr_port [hsi::get_pins -of_objects [hsi::get_cells -hier $emac] IP2INTC_Irpt]
|
||||
if {[string compare -nocase $intr_port ""] == 0} {
|
||||
error "ERROR: xps_ethernetlite core $emacname does not have its interrupt connected to interrupt controller. \
|
||||
|
|
Loading…
Add table
Reference in a new issue