User:ANA/Slide test
From Wiki4Intranet
< User:ANA
Revision as of 00:11, 18 September 2012 by ANA (Talk | contribs) (Created page with "<slideshow style="custis" headingmark="Слайд:" incmark=":step" scaled="true"> ;title: Введение в VHDL... ;author: Ololo </slideshow> ===Слайд: Entity=== <s...")
- Title
- Введение в VHDL...
- Author
- Ololo
- Footer
- ANA/Slide test
- Subfooter
- Ololo, 07:14, 18 September 2012
Слайд: Entity
entity example is generic ( cnt : integer := 10); port ( inp in : std_logic; outp out : std_logic); end entity;