06.11.2013 Views

Beispiel

Beispiel

Beispiel

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

I EINLEITUNG SYNTAX SPEZIELLE PROBLEME BEISPIEL AUSBLICK . . . 12. . .<br />

Komponenten wiederverwenden (1/3)<br />

01<br />

02 entity VollAdd is<br />

03 port(<br />

04 A, B : in std logic;<br />

05 C in : in std logic;<br />

06 Sum : out std logic;<br />

07 C out: out std logic<br />

08 );<br />

09 end VollAdd;<br />

10<br />

11 architecture Version1 of VollAdd is<br />

12 signal AxorB : std logic;<br />

13 begin<br />

14 AxorB

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

Saved successfully!

Ooh no, something went wrong!