diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-03-01 21:05:02 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-03-02 07:37:58 +0100 |
commit | f4cfdde434e6b8a22acaacac9e129c7dbd600c58 (patch) | |
tree | 4fdf0b83ffb4a5ae451b4346d1ad33ba193b3638 /doc/getting | |
parent | a15bec5d6628a05cbfa5f78a46f48ac55e8be52a (diff) | |
download | ghdl-f4cfdde434e6b8a22acaacac9e129c7dbd600c58.tar.gz ghdl-f4cfdde434e6b8a22acaacac9e129c7dbd600c58.tar.bz2 ghdl-f4cfdde434e6b8a22acaacac9e129c7dbd600c58.zip |
Remove --ieee=mentor and build of mentor libraries.
Diffstat (limited to 'doc/getting')
-rw-r--r-- | doc/getting/Directories.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting/Directories.rst b/doc/getting/Directories.rst index 2d5b575d8..982dc4813 100644 --- a/doc/getting/Directories.rst +++ b/doc/getting/Directories.rst @@ -5,7 +5,7 @@ Directory structure * ``src``: sources of GHDL, all of them in Ada. -* ``libraries``: mostly third party libraries such as, `ieee`, `mentor`, +* ``libraries``: mostly third party libraries such as, `ieee`, `std`, `synopsys` and `vital`. Except for a few shell and `Python` scripts, all the content is written in VHDL. |