diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,9 +1,12 @@ -[](http://ghdl.readthedocs.io) [](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://github.com/tgingold/ghdl/blob/master/COPYING.md) [](https://github.com/tgingold/ghdl/blob/master/COPYING_DOC.md) -[](https://travis-ci.org/tgingold/ghdl) [](https://ci.appveyor.com/project/tgingold/ghdl) [](https://github.com/tgingold/ghdl/releases) +[](http://ghdl.readthedocs.io) [](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://github.com/ghdl/ghdl/blob/master/COPYING.md) [](https://github.com/ghdl/ghdl/blob/master/COPYING_DOC.md) +[](https://travis-ci.org/tgingold/ghdl) [](https://ci.appveyor.com/project/tgingold/ghdl) [](https://github.com/ghdl/ghdl/releases) + +**A new GitHub organization was created (2017-12-20) and the main repo was moved from [github.com/tgingold/ghdl](https://github.com/tgingold/ghdl) to [github.com/ghdl/ghdl](https://github.com/ghdl/ghdl). Old refs will continue working, because permanent redirects are set up. However, we suggest every contributor to update the remote URLs in their local clones. See +[Changing a remote's URL](https://help.github.com/articles/changing-a-remote-s-url/).** # GHDL -This directory contains the sources of GHDL, the open-source compilator and simulator for [VHDL](https://en.wikipedia.org/wiki/VHDL), a Hardware Description Language ([HDL](https://en.wikipedia.org/wiki/Hardware_description_language)). GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. +This directory contains the sources of GHDL, the open-source compiler and simulator for [VHDL](https://en.wikipedia.org/wiki/VHDL), a Hardware Description Language ([HDL](https://en.wikipedia.org/wiki/Hardware_description_language)). GHDL is not an interpreter: it allows you to analyse and elaborate sources to generate machine code from your design. Native program execution is the only way for high speed simulation. ## Main features @@ -21,15 +24,15 @@ Supported third party projects: [VUnit](https://vunit.github.io), [OSVVM](http:/ GHDL is free software: -- [](https://github.com/tgingold/ghdl/blob/master/COPYING.md) -- [](https://github.com/tgingold/ghdl/blob/master/COPYING_DOC.md) available at [](https://ghdl.readthedocs.io) +- [](https://github.com/ghdl/ghdl/blob/master/COPYING.md) +- [](https://github.com/ghdl/ghdl/blob/master/COPYING_DOC.md) available at [](https://ghdl.readthedocs.io) - Some of the runtime libraries, are under different terms; see the individual source files for details. ## Getting GHDL ### Pre-built releases -Periodically (not regularly), several binary distributions are made available through the [releases](https://github.com/tgingold/ghdl/releases) tab. If you can't find the one matching the platform and versions you need, you can build it yourself! +Periodically (not regularly), several binary distributions are made available through the [releases](https://github.com/ghdl/ghdl/releases) tab. If you can't find the one matching the platform and versions you need, you can build it yourself! ### Building GHDL |