Changes
/* VHDL Code */
== VHDL Code ==
''IN FRENCH'' : pour qu'un code VHDL soit au minium compilable/synthétisable, il faut qu'il ait un bloc d'entité ('''entity'''), une architecture et la déclaration de librairie ('''library'''). ''IN ENGLISH'' a VHDL code need 3 parts : 1/ declaration of '''libraries''' 2/ declaration of '''entity''' 3/ declaration of '''architecture'''
''IN ENGLISH'': a VHDL code need 3 parts : 1/ declaration of '''libraries''' 2/ declaration of '''entity''' 3/ declaration of '''architecture'''
=== library ===