| Home -- Hierarchy -- Packages -- Entities -- Instantiations -- Sources |
2K Block RAM
Defined in Spartan3/ram2k_b16.vhd
Author: John Kent
Version: 24 April 2006
| library IEEE | |
| use IEEE.STD_LOGIC_1164.ALL | |
| use IEEE.STD_LOGIC_ARITH.ALL | |
| library unisim | |
| use unisim.vcomponents.all |
| clk | in | std_logic |
| rst | in | std_logic |
| cs | in | std_logic |
| addr | in | std_logic_vector (10 downto 0) |
| rw | in | std_logic |
| data_in | in | std_logic_vector (7 downto 0) |
| data_out | out | std_logic_vector (7 downto 0) |