OpenCores
URL https://opencores.org/ocsvn/simple_fm_receiver/simple_fm_receiver/trunk

Subversion Repositories simple_fm_receiver

[/] [simple_fm_receiver/] [trunk/] [source/] [rom.vhdl] - Diff between revs 13 and 14

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 13 Rev 14
Line 1... Line 1...
-- $Id: rom.vhdl,v 1.2 2005-02-21 06:54:54 arif_endro Exp $
-- $Id: rom.vhdl,v 1.3 2005-03-04 08:06:21 arif_endro Exp $
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- Title       : ROM
-- Title       : ROM
-- Project     : FM Receiver 
-- Project     : FM Receiver 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File        : rom.vhdl
-- File        : rom.vhdl
Line 39... Line 39...
-- 
-- 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
 
 
library IEEE;
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_arith.ALL;
 
 
 
entity rom is
entity rom is
  port (
  port (
       address : in  bit_vector (9  downto 0);
       address : in  bit_vector (9  downto 0);
       data    : out bit_vector (7 downto 0)
       data    : out bit_vector (7 downto 0)

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.