Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- library ieee;
- use ieee.std_logic_1164.all;
-
- library work;
- use work.test_utility.all;
-
- package crc_data is
- constant expected : std_logic_vector( 31 downto 0 ) := x"4d540e72";
- end package crc_data;
|