Commit 799e2c1a authored by Maciej Lipinski's avatar Maciej Lipinski

RTU and TRU: minor changes

parent ec64c716
......@@ -648,7 +648,7 @@ begin
regs_towb.rx_ff_mac_r1_id_i <= std_logic_vector(to_unsigned(c_ff_single_macs_number, 8));
regs_towb.rx_ff_mac_r1_hi_id_i <= std_logic_vector(to_unsigned(c_ff_range_macs_number, 16));
regs_towb.gcr_rtu_version_i <= x"4";
regs_towb.gcr_rtu_version_i <= x"5";
-- RTU Extension index-access configration regiters for Fast Forward MACs
p_rx_registers : process(clk_sys_i)
......
......@@ -259,8 +259,9 @@ begin --rtl
s_endpoints.inject_ready(i) <= s_endpoint_array(i).inject_ready;
end generate G_ENDP_CONX;
s_endpoints.status(s_endpoints.status'length-1 downto g_num_ports) <= (others =>'0');
s_endpoints.stableUp(s_endpoints.stableUp'length-1 downto g_num_ports) <= (others =>'0');
s_endpoints.status(s_endpoints.status'length-1 downto g_num_ports) <= (others =>'0');
s_endpoints.stableUp(s_endpoints.stableUp'length-1 downto g_num_ports) <= (others =>'0');
s_endpoints.inject_ready(s_endpoints.inject_ready'length-1 downto g_num_ports) <= (others =>'0');
G_FRAME_MASK: for i in 0 to g_pclass_number-1 generate
s_endpoints.rxFrameMask(i) <= f_rxFrameMaskInv(s_endpoint_array,i,g_num_ports);
......
......@@ -632,7 +632,7 @@ module main;
* detecting different classes of incoming packets using pFilter
*
**/
/*
///*
initial begin
portUnderTest = 18'b000000000000010001;
g_tru_enable = 0;
......@@ -675,7 +675,7 @@ module main;
mc.logic2(27, 1, PFilterMicrocode::AND, 5);
end
*/
//*/
/** *************************** test scenario 21 ********************** **/
/** *************************** (IMPORTANT) ********************** **/
/*
......@@ -943,7 +943,7 @@ module main;
* - sending PAUSE frames
* - making some strange configuration of TATSU
**/
// /*
/*
initial begin
portUnderTest = 18'b000000000000000111;
g_active_port = 0;
......@@ -962,7 +962,7 @@ module main;
g_traffic_shaper_scenario = 1;
end
//*/
*/
/** *************************** test scenario 29 ************************************* **/
/*
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment