| Home -- Hierarchy -- Packages -- Entities -- Instantiations -- Sources |
Trace bug ROM
Defined in Spartan3/tracebug_rom8k_b16.vhd
Author: John Kent
Version: 1.1 from 24 May 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 |
| rw | in | std_logic |
| addr | in | std_logic_vector (12 downto 0) |
| rdata | out | std_logic_vector (7 downto 0) |
| wdata | in | std_logic_vector (7 downto 0) |