Xilinx Virtex-6 Manual page 156

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

Advertisement

Chapter 4: About Design Elements
-- End of IBUFG_inst instantiation
Verilog Instantiation Template
// IBUFG: Single-ended global clock input buffer
//
Virtex-6
// Xilinx HDL Libraries Guide, version 14.5
IBUFG #(
.IBUF_LOW_PWR("TRUE"),
.IOSTANDARD("DEFAULT")
) IBUFG_inst (
.O(O), // Clock buffer output
.I(I)
// Clock buffer input (connect directly to top-level port)
);
// End of IBUFG_inst instantiation
For More Information
See the
Virtex-6 FPGA User Documentation (User Guides and Data
156
// Low power (TRUE) vs. performance (FALSE) setting for referenced I/O standards
// Specify the input I/O standard
www.xilinx.com
Sheets).
Virtex-6 Libraries Guide for HDL Designs
UG623 (v 14.5) March 20, 2013

Advertisement

Table of Contents
loading

Table of Contents