Skip to content
Snippets Groups Projects
Commit 663bfd33 authored by Pepping's avatar Pepping
Browse files

UPdated overwrite bits

parent 33d98ccf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ USE common_lib.common_field_pkg.ALL;
ENTITY compaan_unb1_dp_offload IS
GENERIC (
g_use_loopback : BOOLEAN := FALSE;
g_use_loopback : BOOLEAN := TRUE;
g_sim : BOOLEAN := FALSE; -- set by ModelSim
g_sim_unb_nr : NATURAL := 0; -- set by ModelSim
g_sim_node_nr : NATURAL := 0; -- set by ModelSim
......@@ -81,7 +81,7 @@ ARCHITECTURE str OF compaan_unb1_dp_offload IS
CONSTANT c_design_name : STRING := "compaan_unb1_dp_offload";
-- Firmware version x.y
CONSTANT c_fw_version : t_unb1_board_fw_version := (1, 1); --
CONSTANT c_fw_version : t_unb1_board_fw_version := (0, 2); --
CONSTANT c_lpbk_data_w : NATURAL := 32; -- 128 c_tech_tse_data_w, c_xgmii_data_w
......@@ -136,7 +136,7 @@ ARCHITECTURE str OF compaan_unb1_dp_offload IS
( field_name_pad("usr_hdr_field_5" ), " ", 8, field_default(0) ),
( field_name_pad("usr_hdr_field_6" ), " ", 27, field_default(0) ) );
CONSTANT c_hdr_field_ovr_init : STD_LOGIC_VECTOR(c_nof_hdr_fields-1 DOWNTO 0) := "1111"&"111111111111"&"1111"&"111111111";
CONSTANT c_hdr_field_ovr_init : STD_LOGIC_VECTOR(c_nof_hdr_fields-1 DOWNTO 0) := "1101"&"111011111101"&"0001"&"101111111";
CONSTANT c_fifo_size : NATURAL := 2*c_bg_block_size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment