assigndetected_alignp=detected_alignp_f&~|(rxdata[15:0]^alignp[31:16])&~|(rxcharisk[1:0]^2'b00);// {D27.3, D10.2} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_alignp=detected_alignp_f&~|(rxdata[15:0]^alignp[31:16])&~|(rxcharisk[1:0]^2'b00);// {D27.3, D10.2} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_syncp=detected_syncp_f&~|(rxdata[15:0]^syncp[31:16])&~|(rxcharisk[1:0]^2'b00);// {D21.5, D21.5} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_syncp=detected_syncp_f&~|(rxdata[15:0]^syncp[31:16])&~|(rxcharisk[1:0]^2'b00);// {D21.5, D21.5} // SuppressThisWarning VEditor -warning would be fixed in future releases
end
end
else
else
if(DATA_BYTE_WIDTH==4)
if(DATA_BYTE_WIDTH==4)
begin
begin
assigndetected_alignp=~|(rxdata[31:0]^alignp[31:0])&~|(rxcharisk[3:0]^4'h1);// {D27.3, D10.2, D10.2, K28.5} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_alignp=~|(rxdata[31:0]^alignp[31:0])&~|(rxcharisk[3:0]^4'h1);// {D27.3, D10.2, D10.2, K28.5} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_syncp=~|(rxdata[31:0]^syncp[31:0])&~|(rxcharisk[3:0]^4'h1);// {D21.5, D21.5, D21.4, K28.3} // SuppressThisWarning VEditor -warning would be fixed in future releases
assigndetected_syncp=~|(rxdata[31:0]^syncp[31:0])&~|(rxcharisk[3:0]^4'h1);// {D21.5, D21.5, D21.4, K28.3} // SuppressThisWarning VEditor -warning would be fixed in future releases