ghdl: add French translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
71fd0643e4
commit
12d2b5cf98
28
pages.fr/common/ghdl.md
Normal file
28
pages.fr/common/ghdl.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# ghdl
|
||||
|
||||
> Simulateur à source ouverte pour le langage VHDL.
|
||||
> Plus d'informations: <http://ghdl.free.fr>.
|
||||
|
||||
- Analyse un fichier de source VHDL et gérère un fichier objet:
|
||||
|
||||
`ghdl -a {{fichier.vhdl}}`
|
||||
|
||||
- Élabore un design (où `{{design}}` est le nom d'une unité de configuration, d'entité, ou d'architecture):
|
||||
|
||||
`ghdl -e {{design}}`
|
||||
|
||||
- Exécute un design élaboré:
|
||||
|
||||
`ghdl -r {{design}}`
|
||||
|
||||
- Exécute un design élaboré et sauvegarde la sortie à un fichier de forme d'onde:
|
||||
|
||||
`ghdl -r {{design}} --wave={{sortie.ghw}}`
|
||||
|
||||
- Vérifie le syntaxe d'un fichier de source VHDL:
|
||||
|
||||
`ghdl -s {{fichier.vhdl}}`
|
||||
|
||||
- Affiche l'aide générale:
|
||||
|
||||
`ghdl --help`
|
Reference in New Issue
Block a user