Table Of Contents - Xilinx Virtex-6 Manual

Hide thumbs Also See for Virtex-6:
Table of Contents

Advertisement

1
1
1
1
INIT = Binary equivalent of the hexadecimal number assigned to the INIT attribute
Design Entry Method
CORE Generator™ and wizards
Macro support
Available Attributes
Attribute
Data Type
INIT
Hexadecimal
VHDL Instantiation Template
Unless they already exist, copy the following two statements and paste them before the entity declaration.
-- LUT4_D: 4-input Look-Up Table with general and local outputs
--
Virtex-6
-- Xilinx HDL Libraries Guide, version 14.5
LUT4_D_inst : LUT4_D
generic map (
INIT => X"0000")
port map (
LO => LO, -- LUT local output
O => O,
-- LUT general output
);
-- End of LUT4_D_inst instantiation
UG623 (v 14.5) March 20, 2013
1
0
1
1
Allowed Values
Any 16-Bit Value
www.xilinx.com
Chapter 4: About Design Elements
INIT[14]
INIT[15]
Yes
Recommended
No
No
Default
Description
All zeros
Initializes look-up tables.
INIT[14]
INIT[15]
217

Advertisement

Table of Contents
loading

Table of Contents