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

Subversion Repositories fpuvhdl

[/] [fpuvhdl/] [trunk/] [fpuvhdl/] [adder/] [fpadd_normalize_struct.vhd] - Diff between revs 3 and 4

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

Rev 3 Rev 4
Line 1... Line 1...
-- VHDL Entity HAVOC.FPadd_normalize.symbol
-- VHDL Entity work.FPadd_normalize.symbol
--
--
-- Created by
-- Created by
-- Guillermo Marcus, gmarcus@ieee.org
-- Guillermo Marcus, gmarcus@ieee.org
-- using Mentor Graphics FPGA Advantage tools.
-- using Mentor Graphics FPGA Advantage tools.
--
--
Line 25... Line 25...
-- Declarations
-- Declarations
 
 
END FPadd_normalize ;
END FPadd_normalize ;
 
 
--
--
-- VHDL Architecture HAVOC.FPadd_normalize.struct
-- VHDL Architecture work.FPadd_normalize.struct
--
--
-- Created by
-- Created by
-- Guillermo Marcus, gmarcus@ieee.org
-- Guillermo Marcus, gmarcus@ieee.org
-- using Mentor Graphics FPGA Advantage tools.
-- using Mentor Graphics FPGA Advantage tools.
--
--
Line 42... Line 42...
LIBRARY ieee;
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_arith.all;
USE ieee.std_logic_unsigned.all;
USE ieee.std_logic_unsigned.all;
 
 
LIBRARY HAVOC;
 
 
 
ARCHITECTURE struct OF FPadd_normalize IS
ARCHITECTURE struct OF FPadd_normalize IS
 
 
   -- Architecture declarations
   -- Architecture declarations
 
 
   -- Internal signal declarations
   -- Internal signal declarations
Line 73... Line 71...
   );
   );
   END COMPONENT;
   END COMPONENT;
 
 
   -- Optional embedded configurations
   -- Optional embedded configurations
   -- pragma synthesis_off
   -- pragma synthesis_off
   FOR ALL : FPlzc USE ENTITY HAVOC.FPlzc;
   FOR ALL : FPlzc USE ENTITY work.FPlzc;
   -- pragma synthesis_on
   -- pragma synthesis_on
 
 
 
 
BEGIN
BEGIN
   -- Architecture concurrent statements
   -- Architecture concurrent statements

powered by: WebSVN 2.1.0

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