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

Subversion Repositories fp_log

[/] [fp_log/] [trunk/] [LAU/] [Virtex 5/] [SP-LAU/] [comp_eq_22zeros.vhd] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 NikosAl
--------------------------------------------------------------------------------
2
-- Copyright (c) 1995-2008 Xilinx, Inc.  All rights reserved.
3
--------------------------------------------------------------------------------
4
--   ____  ____
5
--  /   /\/   /
6
-- /___/  \  /    Vendor: Xilinx
7
-- \   \   \/     Version: K.39
8
--  \   \         Application: netgen
9
--  /   /         Filename: comp_eq_22zeros.vhd
10
-- /___/   /\     Timestamp: Tue Jul 14 13:10:38 2009
11
-- \   \  /  \ 
12
--  \___\/\___\
13
--             
14
-- Command      : -intstyle ise -w -sim -ofmt vhdl "C:\Documents and Settings\Administrator\Desktop\Felsenstein Coprocessor\Logarithm LUT based\HW Implementation\Coregen\tmp\_cg\comp_eq_22zeros.ngc" "C:\Documents and Settings\Administrator\Desktop\Felsenstein Coprocessor\Logarithm LUT based\HW Implementation\Coregen\tmp\_cg\comp_eq_22zeros.vhd" 
15
-- Device       : 5vsx95tff1136-2
16
-- Input file   : C:/Documents and Settings/Administrator/Desktop/Felsenstein Coprocessor/Logarithm LUT based/HW Implementation/Coregen/tmp/_cg/comp_eq_22zeros.ngc
17
-- Output file  : C:/Documents and Settings/Administrator/Desktop/Felsenstein Coprocessor/Logarithm LUT based/HW Implementation/Coregen/tmp/_cg/comp_eq_22zeros.vhd
18
-- # of Entities        : 1
19
-- Design Name  : comp_eq_22zeros
20
-- Xilinx       : C:\Xilinx\10.1\ISE
21
--             
22
-- Purpose:    
23
--     This VHDL netlist is a verification model and uses simulation 
24
--     primitives which may not represent the true implementation of the 
25
--     device, however the netlist is functionally correct and should not 
26
--     be modified. This file cannot be synthesized and should only be used 
27
--     with supported simulation tools.
28
--             
29
-- Reference:  
30
--     Development System Reference Guide, Chapter 23
31
--     Synthesis and Simulation Design Guide, Chapter 6
32
--             
33
--------------------------------------------------------------------------------
34
 
35
 
36
-- synthesis translate_off
37
library IEEE;
38
use IEEE.STD_LOGIC_1164.ALL;
39
library UNISIM;
40
use UNISIM.VCOMPONENTS.ALL;
41
use UNISIM.VPKG.ALL;
42
 
43
entity comp_eq_22zeros is
44
  port (
45
    sclr : in STD_LOGIC := 'X';
46
    qa_eq_b : out STD_LOGIC;
47
    clk : in STD_LOGIC := 'X';
48
    a : in STD_LOGIC_VECTOR ( 21 downto 0 )
49
  );
50
end comp_eq_22zeros;
51
 
52
architecture STRUCTURE of comp_eq_22zeros is
53
  signal BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o144_30 : STD_LOGIC;
54
 
55
  signal BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o128_29 : STD_LOGIC;
56
 
57
  signal BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o71_28 : STD_LOGIC;
58
 
59
  signal BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o35_27 : STD_LOGIC;
60
 
61
  signal BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_temp_result : STD_LOGIC;
62
  signal BU2_a_ge_b : STD_LOGIC;
63
  signal NLW_VCC_P_UNCONNECTED : STD_LOGIC;
64
  signal NLW_GND_G_UNCONNECTED : STD_LOGIC;
65
  signal a_2 : STD_LOGIC_VECTOR ( 21 downto 0 );
66
begin
67
  a_2(21) <= a(21);
68
  a_2(20) <= a(20);
69
  a_2(19) <= a(19);
70
  a_2(18) <= a(18);
71
  a_2(17) <= a(17);
72
  a_2(16) <= a(16);
73
  a_2(15) <= a(15);
74
  a_2(14) <= a(14);
75
  a_2(13) <= a(13);
76
  a_2(12) <= a(12);
77
  a_2(11) <= a(11);
78
  a_2(10) <= a(10);
79
  a_2(9) <= a(9);
80
  a_2(8) <= a(8);
81
  a_2(7) <= a(7);
82
  a_2(6) <= a(6);
83
  a_2(5) <= a(5);
84
  a_2(4) <= a(4);
85
  a_2(3) <= a(3);
86
  a_2(2) <= a(2);
87
  a_2(1) <= a(1);
88
  a_2(0) <= a(0);
89
  VCC_0 : VCC
90
    port map (
91
      P => NLW_VCC_P_UNCONNECTED
92
    );
93
  GND_1 : GND
94
    port map (
95
      G => NLW_GND_G_UNCONNECTED
96
    );
97
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o164 :
98
LUT4
99
    generic map(
100
      INIT => X"8000"
101
    )
102
    port map (
103
      I0 =>
104
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o35_27
105
,
106
      I1 =>
107
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o71_28
108
,
109
      I2 =>
110
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o128_29
111
,
112
      I3 =>
113
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o144_30
114
,
115
      O => BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_temp_result
116
    );
117
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o144 :
118
LUT4
119
    generic map(
120
      INIT => X"0001"
121
    )
122
    port map (
123
      I0 => a_2(2),
124
      I1 => a_2(3),
125
      I2 => a_2(1),
126
      I3 => a_2(0),
127
      O =>
128
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o144_30
129
 
130
    );
131
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o128 :
132
LUT6
133
    generic map(
134
      INIT => X"0000000000000001"
135
    )
136
    port map (
137
      I0 => a_2(8),
138
      I1 => a_2(9),
139
      I2 => a_2(7),
140
      I3 => a_2(6),
141
      I4 => a_2(5),
142
      I5 => a_2(4),
143
      O =>
144
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o128_29
145
 
146
    );
147
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o71 :
148
LUT6
149
    generic map(
150
      INIT => X"0000000000000001"
151
    )
152
    port map (
153
      I0 => a_2(14),
154
      I1 => a_2(15),
155
      I2 => a_2(13),
156
      I3 => a_2(12),
157
      I4 => a_2(11),
158
      I5 => a_2(10),
159
      O =>
160
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o71_28
161
 
162
    );
163
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o35 :
164
LUT6
165
    generic map(
166
      INIT => X"0000000000000001"
167
    )
168
    port map (
169
      I0 => a_2(20),
170
      I1 => a_2(21),
171
      I2 => a_2(19),
172
      I3 => a_2(18),
173
      I4 => a_2(17),
174
      I5 => a_2(16),
175
      O =>
176
BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_i_use_carry_plus_luts_lut_and_i_gate_bit_tier_gen_1_i_tier_loop_tiles_0_i_tile_o35_27
177
 
178
    );
179
  BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_gen_output_reg_output_reg_fd_output_1 : FDR
180
    generic map(
181
      INIT => '0'
182
    )
183
    port map (
184
      C => clk,
185
      D => BU2_U0_gen_structure_logic_gen_nonpipelined_a_equal_notequal_b_i_a_eq_ne_b_temp_result,
186
      R => sclr,
187
      Q => qa_eq_b
188
    );
189
  BU2_XST_GND : GND
190
    port map (
191
      G => BU2_a_ge_b
192
    );
193
 
194
end STRUCTURE;
195
 
196
-- synthesis translate_on

powered by: WebSVN 2.1.0

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