Architectures | |
proc_data_emul_arc | Architecture |
Pattern generator to fill proc data buffers. More... | |
Libraries | |
ieee | |
standard IEEE library | |
Packages | |
std_logic_1164 | |
std_logic definitions, see file | |
numeric_std | |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file | |
Ports | |
CLK | in std_logic |
Clock. | |
RESET | in std_logic |
Reset. | |
EN | in std_logic |
Enable. | |
CH1 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH2 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH3 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH4 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH5 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH6 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH7 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. | |
CH8 | out std_logic_vector ( 23 downto 0 ) |
Pattern 1 Ch. |
Fill proc data buffers with fixed patterns, generated with LFSRs and continously looping counters
Definition at line 34 of file proc_data_emul.vhd.
CH1 out std_logic_vector ( 23 downto 0 ) [Port] |
CH2 out std_logic_vector ( 23 downto 0 ) [Port] |
CH3 out std_logic_vector ( 23 downto 0 ) [Port] |
CH4 out std_logic_vector ( 23 downto 0 ) [Port] |
CH5 out std_logic_vector ( 23 downto 0 ) [Port] |
CH6 out std_logic_vector ( 23 downto 0 ) [Port] |
CH7 out std_logic_vector ( 23 downto 0 ) [Port] |
CH8 out std_logic_vector ( 23 downto 0 ) [Port] |
CLK in std_logic [Port] |
EN in std_logic [Port] |
ieee library [Library] |
standard IEEE library
Reimplemented in main_components.
Definition at line 25 of file proc_data_emul.vhd.
numeric_std package [Package] |
arithmetic functions use ieee.numeric_std.all; operators for signed use ieee.numeric_std.all; unsigned datatypes, see file
Definition at line 29 of file proc_data_emul.vhd.
RESET in std_logic [Port] |
std_logic_1164 package [Package] |
std_logic definitions, see file
Reimplemented in main_components.
Definition at line 27 of file proc_data_emul.vhd.