17.02.2014 Views

Microprogramming: History and Evolution - Edwardbosworth.com

Microprogramming: History and Evolution - Edwardbosworth.com

Microprogramming: History and Evolution - Edwardbosworth.com

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<br />

The VHDL was proposed in the late 1980’s (IEEE St<strong>and</strong>ard 1076–1987) <strong>and</strong> refined in<br />

the 1990’s (IEEE St<strong>and</strong>ards 1164 <strong>and</strong> 1076–1993). The term VHDL st<strong>and</strong>s for<br />

VHSIC (Very High Speed Integrated Circuits) Hardware Description Language.<br />

Here is the VHDL description of a two–input AND gate.<br />

entity AND2 is<br />

port (in1, in2: in std_logic;<br />

out1: out std_logic);<br />

end AND2;<br />

architecture behavioral_2 of AND2 is<br />

begin<br />

end behavioral_2;<br />

out1

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

Saved successfully!

Ooh no, something went wrong!