Guest
hi everyone,
i find a package with a function on internet.
how to use it?
package try is
function nextCRC16_D16
( Data_i: std_logic_vector(15 downto 0);
Data_o: std_logic_vector(15 downto 0) )
return std_logic_vector;
end PCK_CRC16_D16;
i find a package with a function on internet.
how to use it?
package try is
function nextCRC16_D16
( Data_i: std_logic_vector(15 downto 0);
Data_o: std_logic_vector(15 downto 0) )
return std_logic_vector;
end PCK_CRC16_D16;