Skip to content

Commit

Permalink
updating code for surf v2.5.0 forward compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Aug 16, 2024
1 parent a541008 commit 7b708b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion AmcCarrierCore/core/kintexu/AmcCarrierEth.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ begin
-- IPv4/ARP Generics
CLK_FREQ_G => AXI_CLK_FREQ_C, -- In units of Hz
COMM_TIMEOUT_G => 30, -- In units of seconds, Client's Communication timeout before re-ARPing
VLAN_G => false, -- no VLAN
DHCP_G => false) -- no DHCP
port map (
-- Local Configurations
Expand Down
1 change: 0 additions & 1 deletion AmcCarrierCore/core/kintexuplus/AmcCarrierEth.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ begin
-- IPv4/ARP Generics
CLK_FREQ_G => AXI_CLK_FREQ_C, -- In units of Hz
COMM_TIMEOUT_G => 30, -- In units of seconds, Client's Communication timeout before re-ARPing
VLAN_G => false, -- no VLAN
DHCP_G => false) -- no DHCP
port map (
-- Local Configurations
Expand Down
1 change: 0 additions & 1 deletion AmcCarrierCore/fsbl/kintexu/AmcCarrierEthFsbl.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ begin
CLIENT_EN_G => false,
-- IPv4/ARP Generics
CLK_FREQ_G => AXI_CLK_FREQ_C, -- In units of Hz
VLAN_G => false, -- no VLAN
DHCP_G => false) -- no DHCP
port map (
-- Local Configurations
Expand Down
1 change: 0 additions & 1 deletion AmcCarrierCore/fsbl/kintexuplus/AmcCarrierEthFsbl.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ begin
CLIENT_EN_G => false,
-- IPv4/ARP Generics
CLK_FREQ_G => AXI_CLK_FREQ_C, -- In units of Hz
VLAN_G => false, -- no VLAN
DHCP_G => false) -- no DHCP
port map (
-- Local Configurations
Expand Down

0 comments on commit 7b708b1

Please sign in to comment.