raw_data_emul Entity Reference
Pattern generator to fill raw data buffers.
More...
List of all members.
|
Architectures |
raw_data_emul_arc | Architecture |
| Pattern generator to fill raw data buffers. More...
|
Libraries |
ieee | |
| standard IEEE library
|
work | |
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
|
main_components | Package <main_components> |
Generics |
CONF | bit_vector ( 1 to 8 ) := " 10101010 " |
| select pattern, 1 = counter, 0 = LFSR
|
Ports |
CLK | in |
| Clock.
|
RESET | in |
| Reset.
|
EN | in |
| Enable.
|
CH1 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH2 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH3 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH4 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH5 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH6 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH7 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
CH8 | out ( 31 downto 0 ) |
| Pattern 1 Ch.
|
Detailed Description
Pattern generator to fill raw data buffers.
Fill raw data buffers with fixed patterns, generated with LFSRs and continously looping counters. Can be selected per channel via generic
Definition at line 37 of file raw_data_emul.vhd.
Member Data Documentation
CH1 out ( 31 downto 0 ) [Port] |
CH2 out ( 31 downto 0 ) [Port] |
CH3 out ( 31 downto 0 ) [Port] |
CH4 out ( 31 downto 0 ) [Port] |
CH5 out ( 31 downto 0 ) [Port] |
CH6 out ( 31 downto 0 ) [Port] |
CH7 out ( 31 downto 0 ) [Port] |
CH8 out ( 31 downto 0 ) [Port] |
CONF bit_vector ( 1 to 8 ) := " 10101010 " [Generic] |
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 raw_data_emul.vhd.
The documentation for this class was generated from the following file: