Changes

Jump to: navigation, search

Langage VHDL

693 bytes added, 11:24, 27 June 2016
/* architecture */
=== architecture ===
'''IN FRENCH'' : l'architecture est le corps du programme, celui-ci est composé de la déclaration interne des signaux qui ne sont pas utilisés dans l'entité du programme, ensuite utiliser le mot clé '''begin''' et écrire le comportement du programmes // affectation // déclaration de '''process'''  ''IN ENGLISH'' :the architecture is the program body, this one makes up of internal signal's declaration not used in the entity. Then use the key word '''begin''' follow-up of program's behavior // allocation // '''process''' statment.  exemple   architecture Architecture_name of Entity_name is // déclaration signaux interne begin //comportement systeme   end Architecture_name;
=== component ===
939
edits