From 9551a1aba5df635a2eb6cc3eda51692263594186 Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Thu, 20 Jul 2017 13:15:38 +0000
Subject: [PATCH]

---
 libraries/io/eth/hdllib.cfg                                 | 2 +-
 .../src/vhdl/{eth_checksum_10G.vhd => eth_checksum_10g.vhd} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename libraries/io/eth/src/vhdl/{eth_checksum_10G.vhd => eth_checksum_10g.vhd} (98%)

diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg
index 224adc3bf1..553407d82e 100644
--- a/libraries/io/eth/hdllib.cfg
+++ b/libraries/io/eth/hdllib.cfg
@@ -7,7 +7,7 @@ hdl_lib_technology =
 synth_files =
     src/vhdl/eth_pkg.vhd
     src/vhdl/eth_checksum.vhd
-    src/vhdl/eth_checksum_10G.vhd
+    src/vhdl/eth_checksum_10g.vhd
     src/vhdl/eth_hdr_store.vhd
     src/vhdl/eth_hdr_status.vhd
     src/vhdl/eth_hdr_ctrl.vhd
diff --git a/libraries/io/eth/src/vhdl/eth_checksum_10G.vhd b/libraries/io/eth/src/vhdl/eth_checksum_10g.vhd
similarity index 98%
rename from libraries/io/eth/src/vhdl/eth_checksum_10G.vhd
rename to libraries/io/eth/src/vhdl/eth_checksum_10g.vhd
index f18ca271ba..17ba139d8a 100644
--- a/libraries/io/eth/src/vhdl/eth_checksum_10G.vhd
+++ b/libraries/io/eth/src/vhdl/eth_checksum_10g.vhd
@@ -46,7 +46,7 @@ USE dp_lib.dp_stream_pkg.ALL;
 --     snk_in.valid is inactive and that snk_in.valid is only active for new
 --     data.
 
-ENTITY eth_checksum_10G_tx IS
+ENTITY eth_checksum_10g IS
   PORT (
     rst           : IN  STD_LOGIC;
     clk           : IN  STD_LOGIC;
@@ -57,9 +57,9 @@ ENTITY eth_checksum_10G_tx IS
     src_in        : IN  t_dp_siso;
     snk_out       : OUT t_dp_siso
   );
-END eth_checksum_10G_tx;
+END eth_checksum_10g;
 
-ARCHITECTURE rtl OF eth_checksum_10G_tx IS
+ARCHITECTURE rtl OF eth_checksum_10g IS
 
   CONSTANT c_cin_w          : NATURAL := 4; --true_log2(c_nof_half_words - 1);
   CONSTANT c_pipeline_delay : NATURAL := 2;
-- 
GitLab