05.07.2013 Views

Xilinx Synthesis Technology User Guide

Xilinx Synthesis Technology User Guide

Xilinx Synthesis Technology User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

VHDL Language Support<br />

Example 6-2 gives the structural description of a half adder<br />

composed of four nand2 components.<br />

Example 6-2 Structural Description of a Half Adder<br />

entity NAND2 is<br />

port (A,B : in BIT;<br />

Y : out BIT );<br />

end NAND2;<br />

architecture ARCHI of NAND2 is<br />

begin<br />

Y

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

Saved successfully!

Ooh no, something went wrong!