| Home -- Hierarchy -- Packages -- Entities -- Instantiations -- Sources |
ROM with SYS09BUG Monitor Program
Defined in Spartan3/sys09bug_rom4k_b16.vhd
Author: John Kent
Version: 1.1 from 22 December 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 (11 downto 0) |
| rdata | out | std_logic_vector (7 downto 0) |
| wdata | in | std_logic_vector (7 downto 0) |