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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 4: About Design ElementsBUFHConvenience Primitive: Clock buffer <strong>for</strong> a single clocking regionIntroductionThe BUFH primitive is provided to allow instantiation capability to access the HCLK clock buffer resources.Port DescriptionsPort Type Width FunctionI Input 1 Clock InputO Output 1 Clock OutputDesign Entry MethodInstantiationInferenceCORE Generator and wizardsMacro supportYesNoNoNoV<strong>HDL</strong> Instantiation Template-- BUFH: (Clock buffer <strong>for</strong> a single clocking region)-- Spartan-6-- <strong>Xilinx</strong> <strong>HDL</strong> <strong>Libraries</strong> <strong>Guide</strong>, version 11.4BUFH_inst : BUFHgeneric map ()port map (O => O, -- 1-bit Clock OutputI => I -- 1-bit Clock Input);-- End of BUFH_inst instantiationVerilog Instantiation Template// BUFH: Clock buffer <strong>for</strong> a single clocking region// <strong>Virtex</strong>-6// <strong>Xilinx</strong> <strong>HDL</strong> Language Template, version 11.4BUFH BUFH_inst (.O(O), // 1-bit The output to the BUFH.I(I) // 1-bit The input to the BUFH);// End of BUFH_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 101

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

Saved successfully!

Ooh no, something went wrong!