Entity: xcorr_prn_slow_complex_ram
- File: xcorr_prn_slow_complex_ram.vhd
Diagram
Generics
Generic name |
Type |
Value |
Description |
DATA |
integer |
72 |
|
ADDR |
integer |
10 |
|
Ports
Port name |
Direction |
Type |
Description |
clk_a |
in |
std_logic |
|
clk_b |
in |
std_logic |
|
we_a |
in |
std_logic |
state machine interface |
addr_a |
in |
std_logic_vector(ADDR-1 downto 0) |
|
din_a |
in |
std_logic_vector(DATA-1 downto 0) |
|
addr_b |
in |
std_logic_vector(ADDR-1 downto 0) |
|
dout_b |
out |
std_logic_vector(DATA-1 downto 0) |
|
Signals
Name |
Type |
Description |
mem |
mem_type |
|
Types
Name |
Type |
Description |
mem_type |
|
|
Processes