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

Subversion Repositories rise

[/] [rise/] [trunk/] [vhdl/] [idmem.edn] - Blame information for rev 148

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 ustadler
(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0))
2 102 ustadler
(status (written (timeStamp 2007 1 14 14 42 55)
3 25 ustadler
   (author "Xilinx, Inc.")
4
   (program "Xilinx CORE Generator" (version "Xilinx CORE Generator 8.1.03i"))))
5
   (comment "
6
      This file is owned and controlled by Xilinx and must be used
7
      solely for design, simulation, implementation and creation of
8
      design files limited to Xilinx devices or technologies. Use
9
      with non-Xilinx devices or technologies is expressly prohibited
10
      and immediately terminates your license.
11
 
12
      XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION 'AS IS'
13
      SOLELY FOR USE IN DEVELOPING PROGRAMS AND SOLUTIONS FOR
14
      XILINX DEVICES.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION
15
      AS ONE POSSIBLE IMPLEMENTATION OF THIS FEATURE, APPLICATION
16
      OR STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS
17
      IMPLEMENTATION IS FREE FROM ANY CLAIMS OF INFRINGEMENT,
18
      AND YOU ARE RESPONSIBLE FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE
19
      FOR YOUR IMPLEMENTATION.  XILINX EXPRESSLY DISCLAIMS ANY
20
      WARRANTY WHATSOEVER WITH RESPECT TO THE ADEQUACY OF THE
21
      IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OR
22
      REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE FROM CLAIMS OF
23
      INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24
      FOR A PARTICULAR PURPOSE.
25
 
26
      Xilinx products are not intended for use in life support
27
      appliances, devices, or systems. Use in such applications are
28
      expressly prohibited.
29
 
30
      (c) Copyright 1995-2005 Xilinx, Inc.
31
      All rights reserved.
32
 
33
   ")
34
   (comment "Core parameters: ")
35
       (comment "c_sinit_value = 0 ")
36
       (comment "c_has_en = 0 ")
37
       (comment "c_reg_inputs = 0 ")
38
       (comment "c_yclk_is_rising = 1 ")
39
       (comment "c_ysinit_is_high = 0 ")
40
       (comment "c_ywe_is_high = 1 ")
41
       (comment "c_yprimitive_type = 8kx2 ")
42
       (comment "c_ytop_addr = 1024 ")
43
       (comment "c_yhierarchy = hierarchy1 ")
44 102 ustadler
       (comment "c_has_limit_data_pitch = 1 ")
45 25 ustadler
       (comment "c_has_rdy = 0 ")
46
       (comment "c_write_mode = 0 ")
47
       (comment "c_width = 16 ")
48
       (comment "c_yuse_single_primitive = 0 ")
49
       (comment "c_has_nd = 0 ")
50
       (comment "c_has_we = 1 ")
51
       (comment "c_enable_rlocs = 0 ")
52
       (comment "c_has_rfd = 0 ")
53
       (comment "c_has_din = 1 ")
54
       (comment "c_ybottom_addr = 0 ")
55
       (comment "c_pipe_stages = 0 ")
56
       (comment "c_yen_is_high = 1 ")
57
       (comment "c_family = spartan3 ")
58
       (comment "InstanceName = idmem ")
59
       (comment "c_depth = 4096 ")
60
       (comment "c_has_default_data = 0 ")
61
       (comment "c_limit_data_pitch = 18 ")
62
       (comment "c_has_sinit = 1 ")
63
       (comment "c_mem_init_file = idmem.mif ")
64
       (comment "c_yydisable_warnings = 1 ")
65
       (comment "c_default_data = 0 ")
66
       (comment "c_ymake_bmm = 0 ")
67
       (comment "c_addr_width = 12 ")
68
   (external xilinxun (edifLevel 0)
69
      (technology (numberDefinition))
70
       (cell VCC (cellType GENERIC)
71
           (view view_1 (viewType NETLIST)
72
               (interface
73
                   (port P (direction OUTPUT))
74
               )
75
           )
76
       )
77
       (cell GND (cellType GENERIC)
78
           (view view_1 (viewType NETLIST)
79
               (interface
80
                   (port G (direction OUTPUT))
81
               )
82
           )
83
       )
84
       (cell INV (cellType GENERIC)
85
           (view view_1 (viewType NETLIST)
86
               (interface
87
                   (port I (direction INPUT))
88
                   (port O (direction OUTPUT))
89
               )
90
           )
91
       )
92
       (cell RAMB16_S4 (cellType GENERIC)
93
           (view view_1 (viewType NETLIST)
94
               (interface
95
                   (port WE (direction INPUT))
96
                   (port EN (direction INPUT))
97
                   (port SSR (direction INPUT))
98
                   (port CLK (direction INPUT))
99
                   (port (rename DI_0_ "DI<0>") (direction INPUT))
100
                   (port (rename DI_1_ "DI<1>") (direction INPUT))
101
                   (port (rename DI_2_ "DI<2>") (direction INPUT))
102
                   (port (rename DI_3_ "DI<3>") (direction INPUT))
103
                   (port (rename DO_0_ "DO<0>") (direction OUTPUT))
104
                   (port (rename DO_1_ "DO<1>") (direction OUTPUT))
105
                   (port (rename DO_2_ "DO<2>") (direction OUTPUT))
106
                   (port (rename DO_3_ "DO<3>") (direction OUTPUT))
107
                   (port (rename ADDR_0_ "ADDR<0>") (direction INPUT))
108
                   (port (rename ADDR_1_ "ADDR<1>") (direction INPUT))
109
                   (port (rename ADDR_2_ "ADDR<2>") (direction INPUT))
110
                   (port (rename ADDR_3_ "ADDR<3>") (direction INPUT))
111
                   (port (rename ADDR_4_ "ADDR<4>") (direction INPUT))
112
                   (port (rename ADDR_5_ "ADDR<5>") (direction INPUT))
113
                   (port (rename ADDR_6_ "ADDR<6>") (direction INPUT))
114
                   (port (rename ADDR_7_ "ADDR<7>") (direction INPUT))
115
                   (port (rename ADDR_8_ "ADDR<8>") (direction INPUT))
116
                   (port (rename ADDR_9_ "ADDR<9>") (direction INPUT))
117
                   (port (rename ADDR_10_ "ADDR<10>") (direction INPUT))
118
                   (port (rename ADDR_11_ "ADDR<11>") (direction INPUT))
119
               )
120
           )
121
       )
122
   )
123
(library test_lib (edifLevel 0) (technology (numberDefinition (scale 1 (E 1 -12) (unit Time))))
124
(cell idmem
125
 (cellType GENERIC) (view view_1 (viewType NETLIST)
126
  (interface
127
   (port ( array ( rename addr "addr<11:0>") 12 ) (direction INPUT))
128
   (port ( rename clk "clk") (direction INPUT))
129
   (port ( array ( rename din "din<15:0>") 16 ) (direction INPUT))
130
   (port ( rename sinit "sinit") (direction INPUT))
131
   (port ( rename we "we") (direction INPUT))
132
   (port ( array ( rename dout "dout<15:0>") 16 ) (direction OUTPUT))
133
   )
134
  (contents
135
   (instance VCC (viewRef view_1 (cellRef VCC  (libraryRef xilinxun))))
136
   (instance GND (viewRef view_1 (cellRef GND  (libraryRef xilinxun))))
137
   (instance BU3
138
      (viewRef view_1 (cellRef INV (libraryRef xilinxun)))
139
   )
140
   (instance B7
141
      (viewRef view_1 (cellRef RAMB16_S4 (libraryRef xilinxun)))
142
      (property INIT_00 (string "000000000000000000000000000000000000000000000000fedcba9876543210"))
143
      (property INIT_01 (string "0000000000000000000000000000000000000000000000000000000000000000"))
144
      (property INIT_02 (string "0000000000000000000000000000000000000000000000000000000000000000"))
145
      (property INIT_03 (string "0000000000000000000000000000000000000000000000000000000000000000"))
146
      (property INIT_04 (string "0000000000000000000000000000000000000000000000000000000000000000"))
147
      (property INIT_05 (string "0000000000000000000000000000000000000000000000000000000000000000"))
148
      (property INIT_06 (string "0000000000000000000000000000000000000000000000000000000000000000"))
149
      (property INIT_07 (string "0000000000000000000000000000000000000000000000000000000000000000"))
150
      (property INIT_08 (string "0000000000000000000000000000000000000000000000000000000000000000"))
151
      (property INIT_09 (string "0000000000000000000000000000000000000000000000000000000000000000"))
152
      (property INIT_0A (string "0000000000000000000000000000000000000000000000000000000000000000"))
153
      (property INIT_0B (string "0000000000000000000000000000000000000000000000000000000000000000"))
154
      (property INIT_0C (string "0000000000000000000000000000000000000000000000000000000000000000"))
155
      (property INIT_0D (string "0000000000000000000000000000000000000000000000000000000000000000"))
156
      (property INIT_0E (string "0000000000000000000000000000000000000000000000000000000000000000"))
157
      (property INIT_0F (string "0000000000000000000000000000000000000000000000000000000000000000"))
158
      (property INIT_10 (string "0000000000000000000000000000000000000000000000000000000000000000"))
159
      (property INIT_11 (string "0000000000000000000000000000000000000000000000000000000000000000"))
160
      (property INIT_12 (string "0000000000000000000000000000000000000000000000000000000000000000"))
161
      (property INIT_13 (string "0000000000000000000000000000000000000000000000000000000000000000"))
162
      (property INIT_14 (string "0000000000000000000000000000000000000000000000000000000000000000"))
163
      (property INIT_15 (string "0000000000000000000000000000000000000000000000000000000000000000"))
164
      (property INIT_16 (string "0000000000000000000000000000000000000000000000000000000000000000"))
165
      (property INIT_17 (string "0000000000000000000000000000000000000000000000000000000000000000"))
166
      (property INIT_18 (string "0000000000000000000000000000000000000000000000000000000000000000"))
167
      (property INIT_19 (string "0000000000000000000000000000000000000000000000000000000000000000"))
168
      (property INIT_1A (string "0000000000000000000000000000000000000000000000000000000000000000"))
169
      (property INIT_1B (string "0000000000000000000000000000000000000000000000000000000000000000"))
170
      (property INIT_1C (string "0000000000000000000000000000000000000000000000000000000000000000"))
171
      (property INIT_1D (string "0000000000000000000000000000000000000000000000000000000000000000"))
172
      (property INIT_1E (string "0000000000000000000000000000000000000000000000000000000000000000"))
173
      (property INIT_1F (string "0000000000000000000000000000000000000000000000000000000000000000"))
174
      (property INIT_20 (string "0000000000000000000000000000000000000000000000000000000000000000"))
175
      (property INIT_21 (string "0000000000000000000000000000000000000000000000000000000000000000"))
176
      (property INIT_22 (string "0000000000000000000000000000000000000000000000000000000000000000"))
177
      (property INIT_23 (string "0000000000000000000000000000000000000000000000000000000000000000"))
178
      (property INIT_24 (string "0000000000000000000000000000000000000000000000000000000000000000"))
179
      (property INIT_25 (string "0000000000000000000000000000000000000000000000000000000000000000"))
180
      (property INIT_26 (string "0000000000000000000000000000000000000000000000000000000000000000"))
181
      (property INIT_27 (string "0000000000000000000000000000000000000000000000000000000000000000"))
182
      (property INIT_28 (string "0000000000000000000000000000000000000000000000000000000000000000"))
183
      (property INIT_29 (string "0000000000000000000000000000000000000000000000000000000000000000"))
184
      (property INIT_2A (string "0000000000000000000000000000000000000000000000000000000000000000"))
185
      (property INIT_2B (string "0000000000000000000000000000000000000000000000000000000000000000"))
186
      (property INIT_2C (string "0000000000000000000000000000000000000000000000000000000000000000"))
187
      (property INIT_2D (string "0000000000000000000000000000000000000000000000000000000000000000"))
188
      (property INIT_2E (string "0000000000000000000000000000000000000000000000000000000000000000"))
189
      (property INIT_2F (string "0000000000000000000000000000000000000000000000000000000000000000"))
190
      (property INIT_30 (string "0000000000000000000000000000000000000000000000000000000000000000"))
191
      (property INIT_31 (string "0000000000000000000000000000000000000000000000000000000000000000"))
192
      (property INIT_32 (string "0000000000000000000000000000000000000000000000000000000000000000"))
193
      (property INIT_33 (string "0000000000000000000000000000000000000000000000000000000000000000"))
194
      (property INIT_34 (string "0000000000000000000000000000000000000000000000000000000000000000"))
195
      (property INIT_35 (string "0000000000000000000000000000000000000000000000000000000000000000"))
196
      (property INIT_36 (string "0000000000000000000000000000000000000000000000000000000000000000"))
197
      (property INIT_37 (string "0000000000000000000000000000000000000000000000000000000000000000"))
198
      (property INIT_38 (string "0000000000000000000000000000000000000000000000000000000000000000"))
199
      (property INIT_39 (string "0000000000000000000000000000000000000000000000000000000000000000"))
200
      (property INIT_3A (string "0000000000000000000000000000000000000000000000000000000000000000"))
201
      (property INIT_3B (string "0000000000000000000000000000000000000000000000000000000000000000"))
202
      (property INIT_3C (string "0000000000000000000000000000000000000000000000000000000000000000"))
203
      (property INIT_3D (string "0000000000000000000000000000000000000000000000000000000000000000"))
204
      (property INIT_3E (string "0000000000000000000000000000000000000000000000000000000000000000"))
205
      (property INIT_3F (string "0000000000000000000000000000000000000000000000000000000000000000"))
206
      (property WRITE_MODE (string "WRITE_FIRST"))
207
      (property INIT (string "0"))
208
      (property SRVAL (string "0"))
209
   )
210
   (instance B11
211
      (viewRef view_1 (cellRef RAMB16_S4 (libraryRef xilinxun)))
212
      (property INIT_00 (string "0000000000000000000000000000000000000000000000000000000000000000"))
213
      (property INIT_01 (string "0000000000000000000000000000000000000000000000000000000000000000"))
214
      (property INIT_02 (string "0000000000000000000000000000000000000000000000000000000000000000"))
215
      (property INIT_03 (string "0000000000000000000000000000000000000000000000000000000000000000"))
216
      (property INIT_04 (string "0000000000000000000000000000000000000000000000000000000000000000"))
217
      (property INIT_05 (string "0000000000000000000000000000000000000000000000000000000000000000"))
218
      (property INIT_06 (string "0000000000000000000000000000000000000000000000000000000000000000"))
219
      (property INIT_07 (string "0000000000000000000000000000000000000000000000000000000000000000"))
220
      (property INIT_08 (string "0000000000000000000000000000000000000000000000000000000000000000"))
221
      (property INIT_09 (string "0000000000000000000000000000000000000000000000000000000000000000"))
222
      (property INIT_0A (string "0000000000000000000000000000000000000000000000000000000000000000"))
223
      (property INIT_0B (string "0000000000000000000000000000000000000000000000000000000000000000"))
224
      (property INIT_0C (string "0000000000000000000000000000000000000000000000000000000000000000"))
225
      (property INIT_0D (string "0000000000000000000000000000000000000000000000000000000000000000"))
226
      (property INIT_0E (string "0000000000000000000000000000000000000000000000000000000000000000"))
227
      (property INIT_0F (string "0000000000000000000000000000000000000000000000000000000000000000"))
228
      (property INIT_10 (string "0000000000000000000000000000000000000000000000000000000000000000"))
229
      (property INIT_11 (string "0000000000000000000000000000000000000000000000000000000000000000"))
230
      (property INIT_12 (string "0000000000000000000000000000000000000000000000000000000000000000"))
231
      (property INIT_13 (string "0000000000000000000000000000000000000000000000000000000000000000"))
232
      (property INIT_14 (string "0000000000000000000000000000000000000000000000000000000000000000"))
233
      (property INIT_15 (string "0000000000000000000000000000000000000000000000000000000000000000"))
234
      (property INIT_16 (string "0000000000000000000000000000000000000000000000000000000000000000"))
235
      (property INIT_17 (string "0000000000000000000000000000000000000000000000000000000000000000"))
236
      (property INIT_18 (string "0000000000000000000000000000000000000000000000000000000000000000"))
237
      (property INIT_19 (string "0000000000000000000000000000000000000000000000000000000000000000"))
238
      (property INIT_1A (string "0000000000000000000000000000000000000000000000000000000000000000"))
239
      (property INIT_1B (string "0000000000000000000000000000000000000000000000000000000000000000"))
240
      (property INIT_1C (string "0000000000000000000000000000000000000000000000000000000000000000"))
241
      (property INIT_1D (string "0000000000000000000000000000000000000000000000000000000000000000"))
242
      (property INIT_1E (string "0000000000000000000000000000000000000000000000000000000000000000"))
243
      (property INIT_1F (string "0000000000000000000000000000000000000000000000000000000000000000"))
244
      (property INIT_20 (string "0000000000000000000000000000000000000000000000000000000000000000"))
245
      (property INIT_21 (string "0000000000000000000000000000000000000000000000000000000000000000"))
246
      (property INIT_22 (string "0000000000000000000000000000000000000000000000000000000000000000"))
247
      (property INIT_23 (string "0000000000000000000000000000000000000000000000000000000000000000"))
248
      (property INIT_24 (string "0000000000000000000000000000000000000000000000000000000000000000"))
249
      (property INIT_25 (string "0000000000000000000000000000000000000000000000000000000000000000"))
250
      (property INIT_26 (string "0000000000000000000000000000000000000000000000000000000000000000"))
251
      (property INIT_27 (string "0000000000000000000000000000000000000000000000000000000000000000"))
252
      (property INIT_28 (string "0000000000000000000000000000000000000000000000000000000000000000"))
253
      (property INIT_29 (string "0000000000000000000000000000000000000000000000000000000000000000"))
254
      (property INIT_2A (string "0000000000000000000000000000000000000000000000000000000000000000"))
255
      (property INIT_2B (string "0000000000000000000000000000000000000000000000000000000000000000"))
256
      (property INIT_2C (string "0000000000000000000000000000000000000000000000000000000000000000"))
257
      (property INIT_2D (string "0000000000000000000000000000000000000000000000000000000000000000"))
258
      (property INIT_2E (string "0000000000000000000000000000000000000000000000000000000000000000"))
259
      (property INIT_2F (string "0000000000000000000000000000000000000000000000000000000000000000"))
260
      (property INIT_30 (string "0000000000000000000000000000000000000000000000000000000000000000"))
261
      (property INIT_31 (string "0000000000000000000000000000000000000000000000000000000000000000"))
262
      (property INIT_32 (string "0000000000000000000000000000000000000000000000000000000000000000"))
263
      (property INIT_33 (string "0000000000000000000000000000000000000000000000000000000000000000"))
264
      (property INIT_34 (string "0000000000000000000000000000000000000000000000000000000000000000"))
265
      (property INIT_35 (string "0000000000000000000000000000000000000000000000000000000000000000"))
266
      (property INIT_36 (string "0000000000000000000000000000000000000000000000000000000000000000"))
267
      (property INIT_37 (string "0000000000000000000000000000000000000000000000000000000000000000"))
268
      (property INIT_38 (string "0000000000000000000000000000000000000000000000000000000000000000"))
269
      (property INIT_39 (string "0000000000000000000000000000000000000000000000000000000000000000"))
270
      (property INIT_3A (string "0000000000000000000000000000000000000000000000000000000000000000"))
271
      (property INIT_3B (string "0000000000000000000000000000000000000000000000000000000000000000"))
272
      (property INIT_3C (string "0000000000000000000000000000000000000000000000000000000000000000"))
273
      (property INIT_3D (string "0000000000000000000000000000000000000000000000000000000000000000"))
274
      (property INIT_3E (string "0000000000000000000000000000000000000000000000000000000000000000"))
275
      (property INIT_3F (string "0000000000000000000000000000000000000000000000000000000000000000"))
276
      (property WRITE_MODE (string "WRITE_FIRST"))
277
      (property INIT (string "0"))
278
      (property SRVAL (string "0"))
279
   )
280
   (instance B15
281
      (viewRef view_1 (cellRef RAMB16_S4 (libraryRef xilinxun)))
282
      (property INIT_00 (string "0000000000000000000000000000000000000000000000000000000000000000"))
283
      (property INIT_01 (string "0000000000000000000000000000000000000000000000000000000000000000"))
284
      (property INIT_02 (string "0000000000000000000000000000000000000000000000000000000000000000"))
285
      (property INIT_03 (string "0000000000000000000000000000000000000000000000000000000000000000"))
286
      (property INIT_04 (string "0000000000000000000000000000000000000000000000000000000000000000"))
287
      (property INIT_05 (string "0000000000000000000000000000000000000000000000000000000000000000"))
288
      (property INIT_06 (string "0000000000000000000000000000000000000000000000000000000000000000"))
289
      (property INIT_07 (string "0000000000000000000000000000000000000000000000000000000000000000"))
290
      (property INIT_08 (string "0000000000000000000000000000000000000000000000000000000000000000"))
291
      (property INIT_09 (string "0000000000000000000000000000000000000000000000000000000000000000"))
292
      (property INIT_0A (string "0000000000000000000000000000000000000000000000000000000000000000"))
293
      (property INIT_0B (string "0000000000000000000000000000000000000000000000000000000000000000"))
294
      (property INIT_0C (string "0000000000000000000000000000000000000000000000000000000000000000"))
295
      (property INIT_0D (string "0000000000000000000000000000000000000000000000000000000000000000"))
296
      (property INIT_0E (string "0000000000000000000000000000000000000000000000000000000000000000"))
297
      (property INIT_0F (string "0000000000000000000000000000000000000000000000000000000000000000"))
298
      (property INIT_10 (string "0000000000000000000000000000000000000000000000000000000000000000"))
299
      (property INIT_11 (string "0000000000000000000000000000000000000000000000000000000000000000"))
300
      (property INIT_12 (string "0000000000000000000000000000000000000000000000000000000000000000"))
301
      (property INIT_13 (string "0000000000000000000000000000000000000000000000000000000000000000"))
302
      (property INIT_14 (string "0000000000000000000000000000000000000000000000000000000000000000"))
303
      (property INIT_15 (string "0000000000000000000000000000000000000000000000000000000000000000"))
304
      (property INIT_16 (string "0000000000000000000000000000000000000000000000000000000000000000"))
305
      (property INIT_17 (string "0000000000000000000000000000000000000000000000000000000000000000"))
306
      (property INIT_18 (string "0000000000000000000000000000000000000000000000000000000000000000"))
307
      (property INIT_19 (string "0000000000000000000000000000000000000000000000000000000000000000"))
308
      (property INIT_1A (string "0000000000000000000000000000000000000000000000000000000000000000"))
309
      (property INIT_1B (string "0000000000000000000000000000000000000000000000000000000000000000"))
310
      (property INIT_1C (string "0000000000000000000000000000000000000000000000000000000000000000"))
311
      (property INIT_1D (string "0000000000000000000000000000000000000000000000000000000000000000"))
312
      (property INIT_1E (string "0000000000000000000000000000000000000000000000000000000000000000"))
313
      (property INIT_1F (string "0000000000000000000000000000000000000000000000000000000000000000"))
314
      (property INIT_20 (string "0000000000000000000000000000000000000000000000000000000000000000"))
315
      (property INIT_21 (string "0000000000000000000000000000000000000000000000000000000000000000"))
316
      (property INIT_22 (string "0000000000000000000000000000000000000000000000000000000000000000"))
317
      (property INIT_23 (string "0000000000000000000000000000000000000000000000000000000000000000"))
318
      (property INIT_24 (string "0000000000000000000000000000000000000000000000000000000000000000"))
319
      (property INIT_25 (string "0000000000000000000000000000000000000000000000000000000000000000"))
320
      (property INIT_26 (string "0000000000000000000000000000000000000000000000000000000000000000"))
321
      (property INIT_27 (string "0000000000000000000000000000000000000000000000000000000000000000"))
322
      (property INIT_28 (string "0000000000000000000000000000000000000000000000000000000000000000"))
323
      (property INIT_29 (string "0000000000000000000000000000000000000000000000000000000000000000"))
324
      (property INIT_2A (string "0000000000000000000000000000000000000000000000000000000000000000"))
325
      (property INIT_2B (string "0000000000000000000000000000000000000000000000000000000000000000"))
326
      (property INIT_2C (string "0000000000000000000000000000000000000000000000000000000000000000"))
327
      (property INIT_2D (string "0000000000000000000000000000000000000000000000000000000000000000"))
328
      (property INIT_2E (string "0000000000000000000000000000000000000000000000000000000000000000"))
329
      (property INIT_2F (string "0000000000000000000000000000000000000000000000000000000000000000"))
330
      (property INIT_30 (string "0000000000000000000000000000000000000000000000000000000000000000"))
331
      (property INIT_31 (string "0000000000000000000000000000000000000000000000000000000000000000"))
332
      (property INIT_32 (string "0000000000000000000000000000000000000000000000000000000000000000"))
333
      (property INIT_33 (string "0000000000000000000000000000000000000000000000000000000000000000"))
334
      (property INIT_34 (string "0000000000000000000000000000000000000000000000000000000000000000"))
335
      (property INIT_35 (string "0000000000000000000000000000000000000000000000000000000000000000"))
336
      (property INIT_36 (string "0000000000000000000000000000000000000000000000000000000000000000"))
337
      (property INIT_37 (string "0000000000000000000000000000000000000000000000000000000000000000"))
338
      (property INIT_38 (string "0000000000000000000000000000000000000000000000000000000000000000"))
339
      (property INIT_39 (string "0000000000000000000000000000000000000000000000000000000000000000"))
340
      (property INIT_3A (string "0000000000000000000000000000000000000000000000000000000000000000"))
341
      (property INIT_3B (string "0000000000000000000000000000000000000000000000000000000000000000"))
342
      (property INIT_3C (string "0000000000000000000000000000000000000000000000000000000000000000"))
343
      (property INIT_3D (string "0000000000000000000000000000000000000000000000000000000000000000"))
344
      (property INIT_3E (string "0000000000000000000000000000000000000000000000000000000000000000"))
345
      (property INIT_3F (string "0000000000000000000000000000000000000000000000000000000000000000"))
346
      (property WRITE_MODE (string "WRITE_FIRST"))
347
      (property INIT (string "0"))
348
      (property SRVAL (string "0"))
349
   )
350
   (instance B19
351
      (viewRef view_1 (cellRef RAMB16_S4 (libraryRef xilinxun)))
352
      (property INIT_00 (string "0000000000000000000000000000000000000000000000000000000000000000"))
353
      (property INIT_01 (string "0000000000000000000000000000000000000000000000000000000000000000"))
354
      (property INIT_02 (string "0000000000000000000000000000000000000000000000000000000000000000"))
355
      (property INIT_03 (string "0000000000000000000000000000000000000000000000000000000000000000"))
356
      (property INIT_04 (string "0000000000000000000000000000000000000000000000000000000000000000"))
357
      (property INIT_05 (string "0000000000000000000000000000000000000000000000000000000000000000"))
358
      (property INIT_06 (string "0000000000000000000000000000000000000000000000000000000000000000"))
359
      (property INIT_07 (string "0000000000000000000000000000000000000000000000000000000000000000"))
360
      (property INIT_08 (string "0000000000000000000000000000000000000000000000000000000000000000"))
361
      (property INIT_09 (string "0000000000000000000000000000000000000000000000000000000000000000"))
362
      (property INIT_0A (string "0000000000000000000000000000000000000000000000000000000000000000"))
363
      (property INIT_0B (string "0000000000000000000000000000000000000000000000000000000000000000"))
364
      (property INIT_0C (string "0000000000000000000000000000000000000000000000000000000000000000"))
365
      (property INIT_0D (string "0000000000000000000000000000000000000000000000000000000000000000"))
366
      (property INIT_0E (string "0000000000000000000000000000000000000000000000000000000000000000"))
367
      (property INIT_0F (string "0000000000000000000000000000000000000000000000000000000000000000"))
368
      (property INIT_10 (string "0000000000000000000000000000000000000000000000000000000000000000"))
369
      (property INIT_11 (string "0000000000000000000000000000000000000000000000000000000000000000"))
370
      (property INIT_12 (string "0000000000000000000000000000000000000000000000000000000000000000"))
371
      (property INIT_13 (string "0000000000000000000000000000000000000000000000000000000000000000"))
372
      (property INIT_14 (string "0000000000000000000000000000000000000000000000000000000000000000"))
373
      (property INIT_15 (string "0000000000000000000000000000000000000000000000000000000000000000"))
374
      (property INIT_16 (string "0000000000000000000000000000000000000000000000000000000000000000"))
375
      (property INIT_17 (string "0000000000000000000000000000000000000000000000000000000000000000"))
376
      (property INIT_18 (string "0000000000000000000000000000000000000000000000000000000000000000"))
377
      (property INIT_19 (string "0000000000000000000000000000000000000000000000000000000000000000"))
378
      (property INIT_1A (string "0000000000000000000000000000000000000000000000000000000000000000"))
379
      (property INIT_1B (string "0000000000000000000000000000000000000000000000000000000000000000"))
380
      (property INIT_1C (string "0000000000000000000000000000000000000000000000000000000000000000"))
381
      (property INIT_1D (string "0000000000000000000000000000000000000000000000000000000000000000"))
382
      (property INIT_1E (string "0000000000000000000000000000000000000000000000000000000000000000"))
383
      (property INIT_1F (string "0000000000000000000000000000000000000000000000000000000000000000"))
384
      (property INIT_20 (string "0000000000000000000000000000000000000000000000000000000000000000"))
385
      (property INIT_21 (string "0000000000000000000000000000000000000000000000000000000000000000"))
386
      (property INIT_22 (string "0000000000000000000000000000000000000000000000000000000000000000"))
387
      (property INIT_23 (string "0000000000000000000000000000000000000000000000000000000000000000"))
388
      (property INIT_24 (string "0000000000000000000000000000000000000000000000000000000000000000"))
389
      (property INIT_25 (string "0000000000000000000000000000000000000000000000000000000000000000"))
390
      (property INIT_26 (string "0000000000000000000000000000000000000000000000000000000000000000"))
391
      (property INIT_27 (string "0000000000000000000000000000000000000000000000000000000000000000"))
392
      (property INIT_28 (string "0000000000000000000000000000000000000000000000000000000000000000"))
393
      (property INIT_29 (string "0000000000000000000000000000000000000000000000000000000000000000"))
394
      (property INIT_2A (string "0000000000000000000000000000000000000000000000000000000000000000"))
395
      (property INIT_2B (string "0000000000000000000000000000000000000000000000000000000000000000"))
396
      (property INIT_2C (string "0000000000000000000000000000000000000000000000000000000000000000"))
397
      (property INIT_2D (string "0000000000000000000000000000000000000000000000000000000000000000"))
398
      (property INIT_2E (string "0000000000000000000000000000000000000000000000000000000000000000"))
399
      (property INIT_2F (string "0000000000000000000000000000000000000000000000000000000000000000"))
400
      (property INIT_30 (string "0000000000000000000000000000000000000000000000000000000000000000"))
401
      (property INIT_31 (string "0000000000000000000000000000000000000000000000000000000000000000"))
402
      (property INIT_32 (string "0000000000000000000000000000000000000000000000000000000000000000"))
403
      (property INIT_33 (string "0000000000000000000000000000000000000000000000000000000000000000"))
404
      (property INIT_34 (string "0000000000000000000000000000000000000000000000000000000000000000"))
405
      (property INIT_35 (string "0000000000000000000000000000000000000000000000000000000000000000"))
406
      (property INIT_36 (string "0000000000000000000000000000000000000000000000000000000000000000"))
407
      (property INIT_37 (string "0000000000000000000000000000000000000000000000000000000000000000"))
408
      (property INIT_38 (string "0000000000000000000000000000000000000000000000000000000000000000"))
409
      (property INIT_39 (string "0000000000000000000000000000000000000000000000000000000000000000"))
410
      (property INIT_3A (string "0000000000000000000000000000000000000000000000000000000000000000"))
411
      (property INIT_3B (string "0000000000000000000000000000000000000000000000000000000000000000"))
412
      (property INIT_3C (string "0000000000000000000000000000000000000000000000000000000000000000"))
413
      (property INIT_3D (string "0000000000000000000000000000000000000000000000000000000000000000"))
414
      (property INIT_3E (string "0000000000000000000000000000000000000000000000000000000000000000"))
415
      (property INIT_3F (string "0000000000000000000000000000000000000000000000000000000000000000"))
416
      (property WRITE_MODE (string "WRITE_FIRST"))
417
      (property INIT (string "0"))
418
      (property SRVAL (string "0"))
419
   )
420
   (net N1
421
    (joined
422
      (portRef P (instanceRef VCC))
423
      (portRef EN (instanceRef B7))
424
      (portRef EN (instanceRef B11))
425
      (portRef EN (instanceRef B15))
426
      (portRef EN (instanceRef B19))
427
    )
428
   )
429
   (net (rename N2 "addr<11>")
430
    (joined
431
      (portRef (member addr 0))
432
      (portRef ADDR_11_ (instanceRef B7))
433
      (portRef ADDR_11_ (instanceRef B11))
434
      (portRef ADDR_11_ (instanceRef B15))
435
      (portRef ADDR_11_ (instanceRef B19))
436
    )
437
   )
438
   (net (rename N3 "addr<10>")
439
    (joined
440
      (portRef (member addr 1))
441
      (portRef ADDR_10_ (instanceRef B7))
442
      (portRef ADDR_10_ (instanceRef B11))
443
      (portRef ADDR_10_ (instanceRef B15))
444
      (portRef ADDR_10_ (instanceRef B19))
445
    )
446
   )
447
   (net (rename N4 "addr<9>")
448
    (joined
449
      (portRef (member addr 2))
450
      (portRef ADDR_9_ (instanceRef B7))
451
      (portRef ADDR_9_ (instanceRef B11))
452
      (portRef ADDR_9_ (instanceRef B15))
453
      (portRef ADDR_9_ (instanceRef B19))
454
    )
455
   )
456
   (net (rename N5 "addr<8>")
457
    (joined
458
      (portRef (member addr 3))
459
      (portRef ADDR_8_ (instanceRef B7))
460
      (portRef ADDR_8_ (instanceRef B11))
461
      (portRef ADDR_8_ (instanceRef B15))
462
      (portRef ADDR_8_ (instanceRef B19))
463
    )
464
   )
465
   (net (rename N6 "addr<7>")
466
    (joined
467
      (portRef (member addr 4))
468
      (portRef ADDR_7_ (instanceRef B7))
469
      (portRef ADDR_7_ (instanceRef B11))
470
      (portRef ADDR_7_ (instanceRef B15))
471
      (portRef ADDR_7_ (instanceRef B19))
472
    )
473
   )
474
   (net (rename N7 "addr<6>")
475
    (joined
476
      (portRef (member addr 5))
477
      (portRef ADDR_6_ (instanceRef B7))
478
      (portRef ADDR_6_ (instanceRef B11))
479
      (portRef ADDR_6_ (instanceRef B15))
480
      (portRef ADDR_6_ (instanceRef B19))
481
    )
482
   )
483
   (net (rename N8 "addr<5>")
484
    (joined
485
      (portRef (member addr 6))
486
      (portRef ADDR_5_ (instanceRef B7))
487
      (portRef ADDR_5_ (instanceRef B11))
488
      (portRef ADDR_5_ (instanceRef B15))
489
      (portRef ADDR_5_ (instanceRef B19))
490
    )
491
   )
492
   (net (rename N9 "addr<4>")
493
    (joined
494
      (portRef (member addr 7))
495
      (portRef ADDR_4_ (instanceRef B7))
496
      (portRef ADDR_4_ (instanceRef B11))
497
      (portRef ADDR_4_ (instanceRef B15))
498
      (portRef ADDR_4_ (instanceRef B19))
499
    )
500
   )
501
   (net (rename N10 "addr<3>")
502
    (joined
503
      (portRef (member addr 8))
504
      (portRef ADDR_3_ (instanceRef B7))
505
      (portRef ADDR_3_ (instanceRef B11))
506
      (portRef ADDR_3_ (instanceRef B15))
507
      (portRef ADDR_3_ (instanceRef B19))
508
    )
509
   )
510
   (net (rename N11 "addr<2>")
511
    (joined
512
      (portRef (member addr 9))
513
      (portRef ADDR_2_ (instanceRef B7))
514
      (portRef ADDR_2_ (instanceRef B11))
515
      (portRef ADDR_2_ (instanceRef B15))
516
      (portRef ADDR_2_ (instanceRef B19))
517
    )
518
   )
519
   (net (rename N12 "addr<1>")
520
    (joined
521
      (portRef (member addr 10))
522
      (portRef ADDR_1_ (instanceRef B7))
523
      (portRef ADDR_1_ (instanceRef B11))
524
      (portRef ADDR_1_ (instanceRef B15))
525
      (portRef ADDR_1_ (instanceRef B19))
526
    )
527
   )
528
   (net (rename N13 "addr<0>")
529
    (joined
530
      (portRef (member addr 11))
531
      (portRef ADDR_0_ (instanceRef B7))
532
      (portRef ADDR_0_ (instanceRef B11))
533
      (portRef ADDR_0_ (instanceRef B15))
534
      (portRef ADDR_0_ (instanceRef B19))
535
    )
536
   )
537
   (net (rename N14 "clk")
538
    (joined
539
      (portRef clk)
540
      (portRef CLK (instanceRef B7))
541
      (portRef CLK (instanceRef B11))
542
      (portRef CLK (instanceRef B15))
543
      (portRef CLK (instanceRef B19))
544
    )
545
   )
546
   (net (rename N15 "din<15>")
547
    (joined
548
      (portRef (member din 0))
549
      (portRef DI_3_ (instanceRef B19))
550
    )
551
   )
552
   (net (rename N16 "din<14>")
553
    (joined
554
      (portRef (member din 1))
555
      (portRef DI_2_ (instanceRef B19))
556
    )
557
   )
558
   (net (rename N17 "din<13>")
559
    (joined
560
      (portRef (member din 2))
561
      (portRef DI_1_ (instanceRef B19))
562
    )
563
   )
564
   (net (rename N18 "din<12>")
565
    (joined
566
      (portRef (member din 3))
567
      (portRef DI_0_ (instanceRef B19))
568
    )
569
   )
570
   (net (rename N19 "din<11>")
571
    (joined
572
      (portRef (member din 4))
573
      (portRef DI_3_ (instanceRef B15))
574
    )
575
   )
576
   (net (rename N20 "din<10>")
577
    (joined
578
      (portRef (member din 5))
579
      (portRef DI_2_ (instanceRef B15))
580
    )
581
   )
582
   (net (rename N21 "din<9>")
583
    (joined
584
      (portRef (member din 6))
585
      (portRef DI_1_ (instanceRef B15))
586
    )
587
   )
588
   (net (rename N22 "din<8>")
589
    (joined
590
      (portRef (member din 7))
591
      (portRef DI_0_ (instanceRef B15))
592
    )
593
   )
594
   (net (rename N23 "din<7>")
595
    (joined
596
      (portRef (member din 8))
597
      (portRef DI_3_ (instanceRef B11))
598
    )
599
   )
600
   (net (rename N24 "din<6>")
601
    (joined
602
      (portRef (member din 9))
603
      (portRef DI_2_ (instanceRef B11))
604
    )
605
   )
606
   (net (rename N25 "din<5>")
607
    (joined
608
      (portRef (member din 10))
609
      (portRef DI_1_ (instanceRef B11))
610
    )
611
   )
612
   (net (rename N26 "din<4>")
613
    (joined
614
      (portRef (member din 11))
615
      (portRef DI_0_ (instanceRef B11))
616
    )
617
   )
618
   (net (rename N27 "din<3>")
619
    (joined
620
      (portRef (member din 12))
621
      (portRef DI_3_ (instanceRef B7))
622
    )
623
   )
624
   (net (rename N28 "din<2>")
625
    (joined
626
      (portRef (member din 13))
627
      (portRef DI_2_ (instanceRef B7))
628
    )
629
   )
630
   (net (rename N29 "din<1>")
631
    (joined
632
      (portRef (member din 14))
633
      (portRef DI_1_ (instanceRef B7))
634
    )
635
   )
636
   (net (rename N30 "din<0>")
637
    (joined
638
      (portRef (member din 15))
639
      (portRef DI_0_ (instanceRef B7))
640
    )
641
   )
642
   (net (rename N31 "dout<15>")
643
    (joined
644
      (portRef (member dout 0))
645
      (portRef DO_3_ (instanceRef B19))
646
    )
647
   )
648
   (net (rename N32 "dout<14>")
649
    (joined
650
      (portRef (member dout 1))
651
      (portRef DO_2_ (instanceRef B19))
652
    )
653
   )
654
   (net (rename N33 "dout<13>")
655
    (joined
656
      (portRef (member dout 2))
657
      (portRef DO_1_ (instanceRef B19))
658
    )
659
   )
660
   (net (rename N34 "dout<12>")
661
    (joined
662
      (portRef (member dout 3))
663
      (portRef DO_0_ (instanceRef B19))
664
    )
665
   )
666
   (net (rename N35 "dout<11>")
667
    (joined
668
      (portRef (member dout 4))
669
      (portRef DO_3_ (instanceRef B15))
670
    )
671
   )
672
   (net (rename N36 "dout<10>")
673
    (joined
674
      (portRef (member dout 5))
675
      (portRef DO_2_ (instanceRef B15))
676
    )
677
   )
678
   (net (rename N37 "dout<9>")
679
    (joined
680
      (portRef (member dout 6))
681
      (portRef DO_1_ (instanceRef B15))
682
    )
683
   )
684
   (net (rename N38 "dout<8>")
685
    (joined
686
      (portRef (member dout 7))
687
      (portRef DO_0_ (instanceRef B15))
688
    )
689
   )
690
   (net (rename N39 "dout<7>")
691
    (joined
692
      (portRef (member dout 8))
693
      (portRef DO_3_ (instanceRef B11))
694
    )
695
   )
696
   (net (rename N40 "dout<6>")
697
    (joined
698
      (portRef (member dout 9))
699
      (portRef DO_2_ (instanceRef B11))
700
    )
701
   )
702
   (net (rename N41 "dout<5>")
703
    (joined
704
      (portRef (member dout 10))
705
      (portRef DO_1_ (instanceRef B11))
706
    )
707
   )
708
   (net (rename N42 "dout<4>")
709
    (joined
710
      (portRef (member dout 11))
711
      (portRef DO_0_ (instanceRef B11))
712
    )
713
   )
714
   (net (rename N43 "dout<3>")
715
    (joined
716
      (portRef (member dout 12))
717
      (portRef DO_3_ (instanceRef B7))
718
    )
719
   )
720
   (net (rename N44 "dout<2>")
721
    (joined
722
      (portRef (member dout 13))
723
      (portRef DO_2_ (instanceRef B7))
724
    )
725
   )
726
   (net (rename N45 "dout<1>")
727
    (joined
728
      (portRef (member dout 14))
729
      (portRef DO_1_ (instanceRef B7))
730
    )
731
   )
732
   (net (rename N46 "dout<0>")
733
    (joined
734
      (portRef (member dout 15))
735
      (portRef DO_0_ (instanceRef B7))
736
    )
737
   )
738
   (net (rename N51 "sinit")
739
    (joined
740
      (portRef sinit)
741
      (portRef I (instanceRef BU3))
742
    )
743
   )
744
   (net (rename N52 "we")
745
    (joined
746
      (portRef we)
747
      (portRef WE (instanceRef B7))
748
      (portRef WE (instanceRef B11))
749
      (portRef WE (instanceRef B15))
750
      (portRef WE (instanceRef B19))
751
    )
752
   )
753
   (net N84
754
    (joined
755
      (portRef O (instanceRef BU3))
756
      (portRef SSR (instanceRef B7))
757
      (portRef SSR (instanceRef B11))
758
      (portRef SSR (instanceRef B15))
759
      (portRef SSR (instanceRef B19))
760
    )
761
   )
762
))))
763
(design idmem (cellRef idmem (libraryRef test_lib))
764
  (property X_CORE_INFO (string "blkmemsp_v6_2, Coregen 8.1.03i"))
765
  (property PART (string "xc3s200-ft256-5") (owner "Xilinx")))
766
)

powered by: WebSVN 2.1.0

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