URL
https://opencores.org/ocsvn/simple_fm_receiver/simple_fm_receiver/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 13 |
Rev 14 |
Line 1... |
Line 1... |
-- $Id: mult_8bit.vhdl,v 1.2 2005-02-21 06:54:52 arif_endro Exp $
|
-- $Id: mult_8bit.vhdl,v 1.3 2005-03-04 08:06:20 arif_endro Exp $
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-- Title : Eight bit multiplier
|
-- Title : Eight bit multiplier
|
-- Project : FM Receiver
|
-- Project : FM Receiver
|
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
-- File : mult_8bit.vhdl
|
-- File : mult_8bit.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 mult_8bit is
|
entity mult_8bit is
|
port (
|
port (
|
mult_01 : in bit_vector (07 downto 0);
|
mult_01 : in bit_vector (07 downto 0);
|
mult_02 : in bit_vector (07 downto 0);
|
mult_02 : in bit_vector (07 downto 0);
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.