Entity: dataReal_to_ram_storage
- File: dataReal_storage.vhd
Diagram
Description
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 |
|
rst_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 |
rd_addr_s |
std_logic_vector(ADDR-1 downto 0) |
|
Types
Name |
Type |
Description |
mem_type |
|
|
Processes