Xilinx Virtex-6 Manual page 218

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

Advertisement

Chapter 4: About Design Elements
Verilog Instantiation Template
// LUT4_D: 4-input Look-Up Table with general and local outputs
//
Virtex-6
// Xilinx HDL Libraries Guide, version 14.5
LUT4_D #(
.INIT(16'h0000)
// Specify LUT Contents
) LUT4_D_inst (
.LO(LO), // LUT local output
.O(O),
// LUT general output
.I0(I0), // LUT input
.I1(I1), // LUT input
.I2(I2), // LUT input
.I3(I3)
// LUT input
);
// End of LUT4_D_inst instantiation
For More Information
See the
Virtex-6 FPGA User Documentation (User Guides and Data
218
Sheets).
Virtex-6 Libraries Guide for HDL Designs
www.xilinx.com
UG623 (v 14.5) March 20, 2013

Advertisement

Table of Contents
loading

Table of Contents