diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-08-26 19:15:11 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-08-26 19:15:11 +0200 |
commit | f37008ca4cccf44c77a72dd6602fd389e488d95a (patch) | |
tree | 216946f9ebbbde58ee20779e7d6c201bfa479cdd /src/ghdldrv | |
parent | 98b54bc3d1b54bfc5c03e74d049fb59db47df8db (diff) | |
download | ghdl-f37008ca4cccf44c77a72dd6602fd389e488d95a.tar.gz ghdl-f37008ca4cccf44c77a72dd6602fd389e488d95a.tar.bz2 ghdl-f37008ca4cccf44c77a72dd6602fd389e488d95a.zip |
ghdlsynth.adb: fix a typo
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index 5d76355aa..2bff76e04 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -124,7 +124,7 @@ package body Ghdlsynth is P (" -gNAME=VALUE"); P (" Override the generic NAME of the top unit"); P (" --vendor-library=NAME"); - P (" Any unit from library NAME is a black boxe"); + P (" Any unit from library NAME is a black box"); P (" --no-formal"); P (" Neither synthesize assert nor PSL"); P (" --no-assert-cover"); |