10.07.2015 Views

Xilinx Virtex-6 Libraries Guide for HDL Designs

Xilinx Virtex-6 Libraries Guide for HDL Designs

Xilinx Virtex-6 Libraries Guide for HDL Designs

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 4: About Design ElementsAvailable AttributesAttribute Type Allowed Values Default DescriptionIOSTANDARD String See Data Sheet "DEFAULT" Assigns an I/O standard to theelement.V<strong>HDL</strong> Instantiation TemplateUnless they already exist, copy the following two statements and paste them be<strong>for</strong>e the entity declaration.Library UNISIM;use UNISIM.vcomponents.all;-- IBUFGDS: Differential Global Clock Buffer (sourced by an external pin)-- <strong>Virtex</strong>-4/5, Spartan-3/3E/3A-- <strong>Xilinx</strong> <strong>HDL</strong> <strong>Libraries</strong> <strong>Guide</strong>, version 11.2IBUFGDS_inst : IBUFGDSgeneric map (IOSTANDARD => "DEFAULT")port map (O => O, -- Clock buffer outputI => I, -- Diff_p clock buffer inputIB => IB -- Diff_n clock buffer input);-- End of IBUFGDS_inst instantiationVerilog Instantiation Template// IBUFGDS: Differential Global Clock Buffer (sourced by an external pin)// <strong>Virtex</strong>-4/5, Spartan-3/3E/3A// <strong>Xilinx</strong> <strong>HDL</strong> <strong>Libraries</strong> <strong>Guide</strong>, version 11.2IBUFGDS #(.DIFF_TERM("FALSE"), // Differential Termination (<strong>Virtex</strong>-4/5, Spartan-3E/3A).IOSTANDARD("DEFAULT") // Specifies the I/O standard <strong>for</strong> this buffer.IBUF_DELAY_VALUE("0") // Specify the amount of added input delay <strong>for</strong>// the buffer: "0"-"12" (Spartan-3E)// "0"-"16" (Spartan-3A)) IBUFGDS_inst (.O(O), // Clock buffer output.I(I), // Diff_p clock buffer input.IB(IB) // Diff_n clock buffer input);// End of IBUFGDS_inst instantiationFor More In<strong>for</strong>mationSee the <strong>Virtex</strong>-6 FPGA User Documentation (User <strong>Guide</strong>s and Data Sheets).<strong>Virtex</strong>-6 <strong>Libraries</strong> <strong>Guide</strong> <strong>for</strong> <strong>HDL</strong> <strong>Designs</strong>UG623 (v 11.4) December 2, 2009 www.xilinx.com 161

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!