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

Subversion Repositories timerocd

[/] [timerocd/] [trunk/] [xilinx/] [TimerOCD/] [ipcore_dir/] [InterpolateMultAdd.vho] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dewhisna
--------------------------------------------------------------------------------
2
--    This file is owned and controlled by Xilinx and must be used solely     --
3
--    for design, simulation, implementation and creation of design files     --
4
--    limited to Xilinx devices or technologies. Use with non-Xilinx          --
5
--    devices or technologies is expressly prohibited and immediately         --
6
--    terminates your license.                                                --
7
--                                                                            --
8
--    XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" SOLELY    --
9
--    FOR USE IN DEVELOPING PROGRAMS AND SOLUTIONS FOR XILINX DEVICES.  BY    --
10
--    PROVIDING THIS DESIGN, CODE, OR INFORMATION AS ONE POSSIBLE             --
11
--    IMPLEMENTATION OF THIS FEATURE, APPLICATION OR STANDARD, XILINX IS      --
12
--    MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION IS FREE FROM ANY      --
13
--    CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE FOR OBTAINING ANY       --
14
--    RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.  XILINX EXPRESSLY       --
15
--    DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO THE ADEQUACY OF THE   --
16
--    IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OR          --
17
--    REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE FROM CLAIMS OF         --
18
--    INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A   --
19
--    PARTICULAR PURPOSE.                                                     --
20
--                                                                            --
21
--    Xilinx products are not intended for use in life support appliances,    --
22
--    devices, or systems.  Use in such applications are expressly            --
23
--    prohibited.                                                             --
24
--                                                                            --
25
--    (c) Copyright 1995-2015 Xilinx, Inc.                                    --
26
--    All rights reserved.                                                    --
27
--------------------------------------------------------------------------------
28
 
29
--------------------------------------------------------------------------------
30
--    Generated from core with identifier: xilinx.com:ip:xbip_multadd:2.0     --
31
--                                                                            --
32
--    The Xilinx LogiCORE Multiply Adder generates a multiply-add function    --
33
--    implemented in Xtreme DSP(TM) slices. User options allow you to         --
34
--    specify the wordlengths of the inputs and output.  Optimal pipelining   --
35
--    for maximum speed and no pipelining are available.                      --
36
--------------------------------------------------------------------------------
37
 
38
-- Interfaces:
39
--    a_intf
40
--    clk_intf
41
--    sclr_intf
42
--    ce_intf
43
--    b_intf
44
--    c_intf
45
--    pcin_intf
46
--    subtract_intf
47
--    p_intf
48
--    pcout_intf
49
 
50
-- The following code must appear in the VHDL architecture header:
51
 
52
------------- Begin Cut here for COMPONENT Declaration ------ COMP_TAG
53
COMPONENT InterpolateMultAdd
54
  PORT (
55
    a : IN STD_LOGIC_VECTOR(15 DOWNTO 0);
56
    b : IN STD_LOGIC_VECTOR(11 DOWNTO 0);
57
    c : IN STD_LOGIC_VECTOR(27 DOWNTO 0);
58
    subtract : IN STD_LOGIC;
59
    p : OUT STD_LOGIC_VECTOR(27 DOWNTO 12);
60
    pcout : OUT STD_LOGIC_VECTOR(47 DOWNTO 0)
61
  );
62
END COMPONENT;
63
-- COMP_TAG_END ------ End COMPONENT Declaration ------------
64
 
65
-- The following code must appear in the VHDL architecture
66
-- body. Substitute your own instance name and net names.
67
 
68
------------- Begin Cut here for INSTANTIATION Template ----- INST_TAG
69
your_instance_name : InterpolateMultAdd
70
  PORT MAP (
71
    a => a,
72
    b => b,
73
    c => c,
74
    subtract => subtract,
75
    p => p,
76
    pcout => pcout
77
  );
78
-- INST_TAG_END ------ End INSTANTIATION Template ------------
79
 
80
-- You must compile the wrapper file InterpolateMultAdd.vhd when simulating
81
-- the core, InterpolateMultAdd. When compiling the wrapper file, be sure to
82
-- reference the XilinxCoreLib VHDL simulation library. For detailed
83
-- instructions, please refer to the "CORE Generator Help".
84
 

powered by: WebSVN 2.1.0

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