13.07.2015 Views

Transparents du cours - VHDL - MAE - Mémoire - Free

Transparents du cours - VHDL - MAE - Mémoire - Free

Transparents du cours - VHDL - MAE - Mémoire - Free

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Outils et méthodes de conceptionLes tableauxLes TableauxTypes tableaux prédéfinistype bit vector is array (natural range ) of bit ;type string is array (positive range ) of character ;type std ulogic vector is array (natural range ) of std ulogic ;type std logic vector is array (natural range ) of std logic ;Exemples de modélisation de busSubtype byte is std logic vector (7 downto 0) ;Subtype word is std logic vector (15 downto 0) ;Bertrand Granado Enseignant-Chercheur (LIP6 / UPMC) Sysprog Hiver 2014 62 / 298

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

Saved successfully!

Ooh no, something went wrong!