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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [synplify/] [sim/] [synattr.vhd] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
-- $Header: /syn/cvs/rcs/compilers/vhdl/vhd/synattr.vhd,v 1.90.2.14.2.1 2003/07/08 18:06:01 akapoor Exp $
2
-----------------------------------------------------------------------------
3
--                                                                         --
4
-- Copyright (c) 1997-2003 by Synplicity, Inc.  All rights reserved.       --
5
--                                                                         --
6
-- This source file may be used and distributed without restriction        --
7
-- provided that this copyright statement is not removed from the file     --
8
-- and that any derivative work contains this copyright notice.            --
9
--                                                                         --
10
--                                                                         --
11
--  Library name: synplify                                                 --
12
--  Package name: attributes                                               --
13
--                                                                         --
14
--  Description:  This package contains declarations for synplify          --
15
--                attributes                                               --
16
--                                                                         --
17
--                                                                         --
18
--                                                                         --
19
-----------------------------------------------------------------------------
20
--
21
 
22
 -- Definitions used for Scope Integration ----------------
23
 --{tcl set actel "act* 40* 42* 32* 54* ex* ax*"}
24
 --{tcl set altera "max* flex* acex*"}
25
 --{tcl set altera_retiming "flex* acex* apex* mercury* excalibur*"}
26
 --{tcl set apex "apex20k apexii excalibur*"}
27
 --{tcl set apexe "apex20kc apex20ke mercury* stratix* cyclone"}
28
 --{tcl set apex20k "apex20k*"}
29
 --{tcl set lattice "pLSI*"}
30
 --{tcl set mach "mach* isp* gal*"}
31
 --{tcl set quicklogic "pasic* quick* eclipse*"}
32
 --{tcl set lucent "orca*"}
33
 --{tcl set xilinx "xc* vir* spart*"}
34
 --{tcl set virtex "vir* spartan*"}
35
 --{tcl set virtex2 "virtex2*"}
36
 --{tcl set stratix "stratix*"}
37
 --{tcl set triscend "triscend*" }
38
 --{tcl set asic "asic*" }
39
 --{tcl set atmel "fpslic" }
40
 --{tcl set cp_only "apex20k* excalibur* mercury apexii stratix* cyclone spartan* virtex*" }
41
  -------------------------------------------------------
42
 
43
 
44
library IEEE;
45
use IEEE.std_logic_1164.all;
46
 
47
package attributes is
48
 
49
 -- Compiler attributes
50
 
51
  -- {family *}
52
 attribute phys_pin_loc : string; -- pin loacatin {objtype port} {desc Placement constarint for pin or pad} {physattr 1}
53
 attribute phys_pin_hslots : string; -- pin loacatin {objtype module} {desc Set of slots or placable IO locations} {physattr 1}
54
 attribute phys_pin_vslots : string; -- pin loacatin {objtype module} {desc Set of slots or placable IO locations} {physattr 1}
55
 attribute phys_halo : string; -- pin loacatin {objtype module cell } {desc Halo to be used for the macros} {physattr 1}
56
 
57
 -- syn_enum_encoding specifies the encoding for an enumeration type
58
 attribute syn_enum_encoding : string;  -- "onehot", "sequential", "gray" {noscope}
59
 
60
 -- syn_encoding specifies the encoding for a state register
61
 attribute syn_encoding : string;       -- "onehot", "sequential", "gray", "safe" {objtype fsm} {desc FSM encoding (onehot, sequential, gray, safe)} {default gray}  {enum onehot sequential gray safe safe,onehot safe,sequential safe,gray default}
62
 
63
-- syn_allow_retiming specifies if the register can be moved for retiming purpose
64
-- {family $altera_retiming $virtex $virtex2 $stratix }
65
 attribute syn_allow_retiming : boolean;    -- {objtype register} {desc Controls retiming of registers} {default 0}
66
 
67
 attribute syn_state_machine : boolean; -- marks reg for SM extraction {noscope}
68
 --
69
 -- syn_preserve prevents optimization across registers it is
70
 -- applied to.  syn_preserve on a module/arch is applied to all
71
 -- registers in the module/arch.  syn_preserve on a register
72
 -- will preserve redundant copies.
73
 -- Can also be used to preserve redundant copies of instantiated
74
 -- combinational cells.
75
 attribute syn_preserve : boolean; -- {noscope}
76
 
77
 -- syn_keep is used on signals keep the signal through optimization
78
 -- so that timing constraints can be placed on the signal later.
79
 -- The timing constraints can be multi-cycle path and clock.
80
 attribute syn_keep : boolean; -- {noscope}
81
 
82
 attribute syn_sharing : string;        -- "off" or "on" {noscope}
83
 
84
 -- syn_evaleffort is used on modules to define the effort to be used in
85
 -- evaluating conditions for control structures.  This is useful for 
86
 -- those modules that contain while loop or if-then-else conditions 
87
 -- that may evaluate to a constant if more effort is applied.
88
 -- The higher this number, the higher the evaluation effort,
89
 -- and consequently the memory requirement and CPU time.  The default
90
 -- value is 4.
91
 -- This attribute is not recommended!
92
 attribute syn_evaleffort : integer;    -- an integer between 0 and 100 {noscope}
93
 
94
 -- syn_cpueffort is used on modules to define the cpu effort to be used in
95
 -- various optimizations (such as BDDs).  It may take a value from 1 to 10,
96
 -- with the default being 5.   A value of 1 to 4 would result in less CPU
97
 -- time and most likely less optimization, while a value of 6 to 10 would
98
 -- result in longer CPU time and possibly more optimization.
99
 --
100
 -- This attribute is not recommended!
101
 attribute syn_cpueffort : integer;    -- an integer between 1 and 10  {noscope}
102
 
103
 -- syn_looplimit my be attached to a loop label.   It represents the maximum
104
 -- number of loop iterations that are allowed.   Use this attribute when
105
 -- Synplify errors out after reaching the maximum loop limit.
106
 attribute syn_looplimit : integer;    -- the maximum loop count allowed  {noscope}
107
 
108
 -- the syn_pmux_slice attribute is used to enable the pmux optimization
109
 -- code on/off. If on at the last architecture, it is carried on the 
110
 -- hierarcy chain until it finds an architecture in which the attribute
111
 -- is expicitly set to off.
112
 attribute syn_pmux_slice : boolean; -- a boolean value {noscope}
113
 
114
 attribute syn_isclock : boolean; -- {noscope}
115
 
116
-- turn on or off priority mux code
117
 attribute syn_primux : boolean; -- {noscope}
118
 
119
 -- General mapping attributes
120
 
121
 -- inst/module/arch
122
  --{family *}
123
 attribute syn_resources : string; -- spec resources used by module {noscope} {objtype cell} {desc Specifies resources used by module/architecture}
124
 
125
 attribute syn_area : string; -- spec resources used by module {noscope}
126
 
127
 attribute syn_noprune : boolean; -- keep object even if outputs unused {noscope} {objtype cell} {desc Retain instance when outputs are unused}
128
 
129
 attribute syn_probe : string; -- {objtype signal} {app ~synplify_asic} {desc Send a signal to output port for testing} {enum 0 1}
130
 
131
 attribute syn_direct_enable : boolean; -- {objtype signal} {app ~synplify_asic} {desc Prefered clock enable} {default 1} {enum 1}
132
 
133
 -- registers
134
 attribute syn_useenables : boolean; -- set to false to disable enable use {objtype register} {app ~synplify_asic} {desc Generate with clock enable pin}
135
 
136
 -- registers
137
 attribute syn_reference_clock : string; -- set to the name of the reference clock {objtype register} {desc Override the default clock with the given clock }
138
 
139
 -- I/O registers
140
  -- {family $lucent $apex $apexe $xilinx $quicklogic}
141
 attribute syn_useioff : boolean; -- set to false to disable use of I/O FF {objtype global port register} {desc Embed flip-flps in the IO ring}
142
 
143
  -- {family $xilinx $apex $apexe}
144
 attribute syn_forward_io_constraints : boolean; -- set to true to forward annotate IO constraints {objtype global} {desc Forward annotate IO constraints}
145
 
146
 -- used to specify implementations for dff in actel for now
147
 
148
 -- {family $actel}
149
 attribute syn_implement : string;      -- "dff", "dffr", "dffs", "dffrs" {noscope}
150
  attribute syn_radhardlevel : string;   -- "none", "cc", "tmr", "tmr_cc" {objtype register } {desc Radiation-hardened implementation style} {enum none cc tmr tmr_cc}
151
 
152
 
153
 -- {family asic}
154
 attribute syn_ideal_net : string; -- {objtype signal} {desc Do not buffer this net during optimization} {enum 1}
155
 
156
 -- {family asic}
157
 attribute syn_ideal_network : string; -- {objtype signal} {desc Do not buffer this network during optimization} {enum 1}
158
 
159
 -- {family asic}
160
 attribute syn_no_reopt : string; -- {objtype module} {desc Do not resize during reoptimization} {enum 1}
161
 
162
 -- {family asic}
163
 attribute syn_wire_load : string; -- {objtype module} {desc Set the wire load model to use for this module} {enum -read-wireloads-}
164
 
165
 -- {family *}
166
 -- black box attributes
167
 attribute syn_black_box : boolean;         -- disables automatic black box warning {noscope}
168
 
169
 -- OLD black box attributes
170
 attribute black_box : boolean;         -- disables automatic black box warning {noscope}
171
 attribute black_box_pad_pin : string;  -- names of I/O pad connections {noscope}
172
 attribute black_box_tri_pins : string; -- names of tristate ports {noscope}
173
 
174
 -- Black box timing attributes
175
 -- tpd : timing propagation delay
176
 -- tsu : timing setup delay
177
 -- tco : timing clock to output delay
178
 attribute syn_tpd1 : string; -- {noscope}
179
 attribute syn_tpd2 : string; -- {noscope}
180
 attribute syn_tpd3 : string; -- {noscope}
181
 attribute syn_tpd4 : string; -- {noscope}
182
 attribute syn_tpd5 : string; -- {noscope}
183
 attribute syn_tpd6 : string; -- {noscope}
184
 attribute syn_tpd7 : string; -- {noscope}
185
 attribute syn_tpd8 : string; -- {noscope}
186
 attribute syn_tpd9 : string; -- {noscope}
187
 attribute syn_tpd10 : string; -- {noscope}
188
 attribute syn_tsu1 : string; -- {noscope}
189
 attribute syn_tsu2 : string; -- {noscope}
190
 attribute syn_tsu3 : string; -- {noscope}
191
 attribute syn_tsu4 : string; -- {noscope}
192
 attribute syn_tsu5 : string; -- {noscope}
193
 attribute syn_tsu6 : string; -- {noscope}
194
 attribute syn_tsu7 : string; -- {noscope}
195
 attribute syn_tsu8 : string; -- {noscope}
196
 attribute syn_tsu9 : string; -- {noscope}
197
 attribute syn_tsu10 : string; -- {noscope}
198
 attribute syn_tco1 : string; -- {noscope}
199
 attribute syn_tco2 : string; -- {noscope}
200
 attribute syn_tco3 : string; -- {noscope}
201
 attribute syn_tco4 : string; -- {noscope}
202
 attribute syn_tco5 : string; -- {noscope}
203
 attribute syn_tco6 : string; -- {noscope}
204
 attribute syn_tco7 : string; -- {noscope}
205
 attribute syn_tco8 : string; -- {noscope}
206
 attribute syn_tco9 : string; -- {noscope}
207
 attribute syn_tco10 : string; -- {noscope}
208
 
209
 
210
 -- Mapping attributes
211
 
212
 -- {family $actel $xilinx $lucent $quicklogic $altera $apex $apexe}
213
 attribute syn_maxfan : integer;     -- {objtype input_port register_output cell} {desc Overrides the default fanout}
214
 
215
  -- {family $actel $xilinx $lucent $quicklogic $lattice $mach $virtex $virtex2 $triscend $asic $atmel $cp_only}
216
 attribute syn_noclockbuf : boolean; -- {objtype global cell input_port module} {app ~synplify_asic} {desc Use normal input buffer}
217
 
218
  -- {family $virtex stratix* }
219
 attribute syn_srlstyle : string;    -- {objtype cell global module} {desc Determines how seq. shift comp. are implemented} {default select_srl} {enum virtex (select_srl registers noextractff_srl) stratix(select_srl registers noextractff_srl altshift_tap)}
220
 
221
 -- set syn_ramstyle to a value of "registers" to force the ram
222
 -- to be implemented with registers.
223
-- {family $altera $apex $apexe $xilinx $lucent $quicklogic stratix* }
224
 attribute syn_ramstyle : string;    -- {objtype cell global module} {desc Map inferred RAM to registers} {default registers} {desc Special implementation of inferred RAM} {enum Virtex virtex-E spartan2 spartan2e virtex2 virtex2-pro(registers block_ram no_rw_check select_ram) xilinx_default (registers select_ram) stratix (registers block_ram no_rw_check) altera_default (registers block_ram) default (registers) all_enums (registers block_ram no_rw_check select_ram)}
225
 
226
-- {family $virtex2 $altera $apex $apexe $apex20k $lattice $lucent $mach excalibur*}
227
 attribute syn_multstyle : string;    -- {objtype cell global module} {default block_mult} {desc Special implementation of multipliers} {enum Virtex virtex-E spartan2 spartan2e virtex2 virtex2-pro(logic block_mult) stratix(logic lpm_mult block_mult) altera_default (logic lpm_mult)  all_enums (logic block_mult lpm_mult)}
228
 
229
-- {family $virtex $virtex2}
230
 attribute syn_tops_region_size : integer; -- {objtype global} {desc max. size of valid TOPS region in LUTs} {app amplify}
231
 
232
-- set syn_romstyle to a value of "logic" to force the rom
233
-- to be implemented with logic, select_rom/block_rom
234
-- {family $altera $apex $apexe $xilinx}
235
attribute syn_romstyle : string;    -- {objtype cell global module} {desc Controls mapping of inferred ROM} {default logic} {desc Special implementation of inferred ROM} {enum xilinx_default (logic select_rom) altera_default(logic block_rom lpm_rom) default(logic) all_enums (logic select_rom block_rom) }
236
 
237
-- set syn_pipeline to a value 1 to pipeline the module front of it
238
-- {family $altera $apex $apexe $xilinx}
239
 attribute syn_pipeline : boolean;    -- {objtype register} {desc Controls pipelining of registers} {default 1} {desc Special implementation of pipelined module}
240
 
241
 -- controls EDIF format.  Set true on top level to disable array ports
242
  -- {family *}
243
 attribute syn_noarrayports : boolean; -- {objtype global} {app ~synplify_asic} {desc Disable array ports}
244
 
245
 -- controls EDIF port name length. Currently used in Altera
246
 -- {family $altera}
247
 attribute syn_edif_name_length : string;  -- {enum Restricted Unrestricted} {default Restricted} {objtype global} {desc Use Restricted for MAXII; Unrestricted for quartus}
248
 
249
  -- {family *}
250
 
251
 -- controls reconstruction of hierarchy.  Set false on top level
252
 -- to disable hierarchy reconstruction.
253
 attribute syn_netlist_hierarchy : boolean; -- {objtype global} {app ~synplify_asic} {desc Enable hierarchy reconstruction}
254
 
255
 --
256
 -- syn_hier on an instance/module/architecture can be used
257
 -- to control treatment of the level of hierarchy.
258
 -- "macro" - preserve instantiated netlist
259
 -- "hard" - preserves the interface of the design unit with no exceptions.
260
 -- "remove"- removes level of hierarchy
261
 -- "soft"  - managed by Synplify (default)
262
 -- "firm"  - preserve during opt, but allow mapping across boundary
263
 --
264
  -- {family *}
265
 attribute syn_hier: string; -- {objtype module} {desc Control hierarchy flattening} {enum proASIC (soft remove flatten firm) xilinx_default(hard soft remove flatten firm) actel_default altera_default all_enums(hard soft macro remove flatten firm) lucent_default (soft macro remove flatten firm) quicklogic_default(soft macro remove flatten firm) default(soft remove flatten firm)}
266
 -- syn_flatten on a module/architecture will flatten out the
267
 -- module all the way down to primitives.
268
 attribute syn_flatten : boolean; -- {noscope}
269
 
270
 -- {family $cp_only }
271
 attribute syn_allowed_resources : string; -- {objtype module} {desc Control resource usage in a compile point}
272
 
273
 -- Architecture specific attributes
274
 -- Actel
275
  -- {family $actel}
276
 
277
 --
278
 -- syn_preserve_sr_priority is used if you want to preserve
279
 -- reset over set priority for DFFRS.  Actel FF models produce
280
 -- an X for set and reset active.  This attribute costs gates and delay.
281
 attribute syn_preserve_sr_priority : boolean; -- {noscope}
282
 attribute alspin : string ; --{objtype port} {desc Pin locations for Actel I/Os}
283
 attribute alspreserve : boolean ; --{objtype signal} {desc Not collapse a net in Actel}
284
 attribute alsfc : string ; --{noscope}
285
 attribute alsdc : string ; --{noscope}
286
 attribute alsloc : string ; --{noscope}
287
 attribute alscrt : string ; --{noscope}
288
 
289
 -- Altera
290
 -- {family $altera $apex $apexe}
291
 
292
 attribute altera_implement_style : string; -- placement {noscope}
293
 attribute altera_clique : string; -- placement {noscope}
294
 attribute altera_chip_pin_lc : string; -- placement {objtype port} {desc I/O pin location}
295
 -- inst/module/arch:  put comb logic into rom
296
 attribute altera_implement_in_eab : boolean; -- {objtype cell} {desc Implment in Altera EABs, apply to module/component instance name only} {default 1}
297
 attribute altera_lcell: string; -- arch attribute with values of "lut" and "car" {noscope}
298
                                                                 -- for lcell config
299
 attribute altera_auto_use_eab : boolean; -- {objtype global} {desc Use EABs automatically} {default 1}
300
 attribute altera_auto_use_esb : boolean; -- {objtype global} {desc Use ESBs automatically} {default 1}
301
 
302
 -- Apex  
303
 -- {family $apex $apexe}
304
 
305
 attribute altera_implement_in_esb : boolean; -- {objtype cell} {desc Implment in Altera ESBs, apply to module/component instance name only} {default 1}
306
 
307
 -- Apex  
308
 -- {family $apex $apexe}
309
 
310
 attribute altera_logiclock_location : string; -- {objtype module} {desc Give the location of LogicLock region } {default floating} 
311
 
312
 
313
-- Apex  
314
 -- {family $apex $apexe}
315
 
316
 attribute altera_logiclock_size : string; -- {objtype module} {desc Give the size of LogicLock region} {default auto} 
317
 
318
 
319
 -- {family apex20kc apex20ke excalibur* mercury* cyclone stratix* acex* flex10k* }
320
 attribute altera_io_opendrain : boolean; -- set to true to get opendrain port in APEX {objtype port} {desc Use opendrain capability on port or bit-port.}
321
 
322
 -- {family $altera_retiming}
323
 attribute altera_io_powerup : string; -- set to high to get IO FF to powerup high in APEX {objtype port} {desc Powerup high or low on port or bit-port in APEX20KE.}
324
 
325
 -- Lattice
326
 -- {family $lattice $quicklogic}
327
 
328
 attribute lock: string; -- pin placement {objtype port} {desc Pin locations for Lattice I/Os}
329
 
330
 -- Lucent
331
 -- {family $lucent}
332
 
333
 attribute din : string; -- orca2 FF placement attribute, use value "" {objtype input_port} {desc Input register goes next to I/O pad}
334
 attribute dout : string; -- orca2 FF placement attribute, use value "" {objtype output_port} {desc Output register goes next to I/O pad}
335
 attribute orca_padtype : string; -- value selects synth pad type {objtype port} {desc Pad type for I/O}
336
 attribute orca_props : string; -- attributes to pass for instance {objtype cell port} {desc Forward annotate attributes to ORCA back-end}
337
 
338
 -- Both Lucent and Mach
339
 -- {family $lucent $mach}
340
 attribute loc : string;  -- placment attribute {objtype port} {desc Pin location}
341
 
342
 
343
 -- Quicklogic
344
  -- {family $quicklogic}
345
 
346
 -- I/O attributes
347
 attribute ql_padtype : string; -- {objtype port} {desc Override default pad types (use BIDIR, INPUT, CLOCK)} {enum BIDIR INPUT CLOCK}
348
 attribute ql_placement : string; -- {objtype port cell} {desc Placement location}
349
 
350
 
351
 -- Xilinx
352
 -- {family $xilinx}
353
 
354
 -- Instance Placement attributes
355
 attribute xc_loc : string; -- placement (pads) {objtype port} {desc Port placement}
356
 attribute xc_rloc : string; -- see RPMs in xilinx doc {objtype cell} {desc Relative placement specification, use with xc_uset}
357
 attribute xc_uset : string; -- see RPMs in xilinx doc {objtype cell} {desc Assign group name for placement, use with xc_rloc}
358
 -- I/O attributes
359
 attribute xc_fast : boolean; -- {objtype output_port} {desc Fast transition time}
360
 attribute xc_ioff : boolean; -- {noscope}
361
 attribute xc_nodelay : boolean; -- {objtype input_port} {desc Remove input delay}
362
 attribute xc_slow : boolean; -- {objtype output_port} {desc Slow transition time}
363
 attribute xc_ttl : boolean; -- {noscope}
364
 attribute xc_cmos : boolean; -- {noscope}
365
 attribute xc_pullup : boolean;   -- add a pullup to I/O {objtype port} {desc Add a pullup}
366
 attribute xc_pulldown : boolean; -- add a pulldown to I/O {objtype port} {desc Add a pulldown}
367
 attribute xc_clockbuftype : string; -- {objtype input_port} {default BUFGDLL} {desc Use the Xilinx BUFGDLL clock buffer}
368
 attribute xc_padtype : string; -- {objtype port} {desc Applies an I/O standard to an I/O buffer}
369
 
370
 -- Top level architecture attributes
371
 -- number of global buffers, used only for XC4000, XC4000E
372
 attribute syn_global_buffers : integer; -- {objtype global} {desc Number of global buffers}
373
 attribute xc_use_timespec_for_io : boolean; -- {objtype global} {desc Enable use of from-to timepsec instead of offset for I/O constraint} {default 0}
374
 
375
 -- Xilinx Modular Design Flow --
376
 attribute xc_pseudo_pin_loc : string; -- {objtype signal} {default CLB_RrrCcc:CLB_RrrCcc} {desc Pseudo pin location on place and route block }
377
 attribute xc_modular_design : boolean; -- {objtype global } {default 1} {desc Enable modular design flow }
378
 attribute xc_modular_region : string; -- {objtype cell } {default rr#cc#rr#cc} {desc Specifies the number of CLB's for a modular region}
379
 
380
 -- Xilinx Incremental Design Flow --
381
  attribute xc_area_group : string; -- {objtype cell } {default rr#cc#rr#cc} {desc Specifies the region where instance should be placed}
382
 
383
 -- Black box attributes
384
 -- {family $xilinx}
385
 attribute xc_alias : string; -- cell name change in XNF writer {noscope}
386
 attribute xc_props : string; -- extra XNF attributes to pass for instance {objtype cell} {desc Extra XNF attributes to pass for instance}
387
 attribute xc_map : string;   -- used to map entity to fmap/hmap/lut {objtype module} {desc Map entity to fmap/hmap/lut} {enum fmap hmap lut}
388
 attribute xc_isgsr : boolean; -- used to mark port of core with built in GSR {noscope}
389
 
390
 attribute syn_tristatetomux : integer ; -- {objtype module global} {desc Threshold for converting tristates to mux}
391
 attribute syn_edif_bit_format  : string ; -- {objtype global} {desc Format bus names} {enum %u<%i> %u[%i] %u(%i) %u_%i %u%i %d<%i> %d[%i] %d(%i) %d_%i %d%i %n<%i> %n[%i] %n(%i) %n_%i %n%i}
392
 
393
 attribute syn_edif_scalar_format : string; -- {objtype global} {desc Format scaler names} {enum %u %n %d}
394
 
395
 attribute xc_fast_auto : boolean; -- {objtype global} {desc Enable automatic fast output buffer use}
396
 
397
 -- Triscend
398
 -- {family $triscend}
399
 
400
 attribute tr_map : string;   -- used to map entity to LUT {objtype module} {desc Map entity to LUT}
401
 
402
 attribute syn_props : string; -- extra attributes to pass to EDIF for instance {objtype cell} {desc Extra attributes to pass to EDIF for instance}
403
 
404
-- syn_replicate controls replication of registers
405
-- {family $virtex $virtex2 $altera $apex $apexe $apex20k}
406
 attribute syn_replicate : boolean; -- {objtype global register} {desc Controls replication of registers} {default 0}
407
 
408
 -- {family $xilinx}
409
attribute syn_verification_options : string; -- {objtype module} {default black_box} {desc Allows a module to be defined as a black_box for verification }
410
 
411
 
412
end attributes;

powered by: WebSVN 2.1.0

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