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 ElementsPULLDOWNPrimitive: Resistor to GND <strong>for</strong> Input Pads, Open-Drain, and 3-State OutputsIntroductionThis resistor element is connected to input, output, or bidirectional pads to guarantee a logic Low level <strong>for</strong>nodes that might float.Port DescriptionsPort Direction Width FunctionO Output 1 Pulldown output (connect directly to top level port)Design Entry MethodInstantiationInferenceCORE Generator and wizardsMacro supportYesRecommendedNoNoV<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;-- PULLDOWN: I/O Buffer Weak Pull-down-- All FPGA-- <strong>Xilinx</strong> <strong>HDL</strong> <strong>Libraries</strong> <strong>Guide</strong>, version 11.2PULLDOWN_inst : PULLDOWNport map (O => O -- Pulldown output (connect directly to top-level port));-- End of PULLDOWN_inst instantiationVerilog Instantiation Template// PULLDOWN: I/O Buffer Weak Pull-down// All FPGA// <strong>Xilinx</strong> <strong>HDL</strong> <strong>Libraries</strong> <strong>Guide</strong>, version 11.2PULLDOWN PULLDOWN_inst (.O(O) // Pulldown output (connect directly to top-level port));// End of PULLDOWN_inst instantiation<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 257

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

Saved successfully!

Ooh no, something went wrong!