Skip to content
Snippets Groups Projects
Commit e789ae3a authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Remove unused func_map_pcs_addr(), = old stuff from tse.

parent 821d23ad
Branches
No related tags found
No related merge requests found
......@@ -91,13 +91,6 @@ PACKAGE BODY tb_tech_mac_10g_pkg IS
CONSTANT c_nof_eth_beats : NATURAL := c_network_total_header_32b_eth_nof_words; -- nof words in eth part of the header
CONSTANT c_nof_hdr_beats : NATURAL := c_network_total_header_32b_nof_words; -- nof words in the total header
-- Use default word addressing for MAC registers according to table 4.8, 4.9
-- Use halfword addressing for PCS register to match table 4.17
FUNCTION func_map_pcs_addr(pcs_addr : NATURAL) RETURN NATURAL IS
BEGIN
RETURN pcs_addr * 2 + c_tech_mac_10g_byte_addr_pcs_offset;
END func_map_pcs_addr;
------------------------------------------------------------------------------
-- GLOBAL ITEMS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment