diff --git a/libraries/io/eth/hdllib.cfg b/libraries/io/eth/hdllib.cfg index 224adc3bf125c2808a303668c61c6e0c5f34dd0e..553407d82e6b40c953da4f1d08dcc042f96e40aa 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 f18ca271ba3f744e74471a1546ead29ee63f5769..17ba139d8a5bc75534fd0045ce26377b3695114d 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;