Changes

Jump to: navigation, search

Langage VHDL

1 byte added, 20:26, 22 April 2016
/* 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 ===
952
edits