diff options
author | Gaspar Karm <gaspar.karm@eesti.ee> | 2019-05-20 21:25:23 +0300 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2019-05-22 06:32:31 +0200 |
commit | 2add8ce0c2152866ee5d2ff19dda65c2e3127d2c (patch) | |
tree | 8d25af434ae2492a6e8514c0510b2bf64042d966 | |
parent | 7e084bc2812f701d766907d18e74753b5e44ef7d (diff) | |
download | ghdl-2add8ce0c2152866ee5d2ff19dda65c2e3127d2c.tar.gz ghdl-2add8ce0c2152866ee5d2ff19dda65c2e3127d2c.tar.bz2 ghdl-2add8ce0c2152866ee5d2ff19dda65c2e3127d2c.zip |
doc: Add indications that ghdl/docker exsists to README.md
Discussion in #166
* Docker badge
* Two links to ghdl/docker, with minor rewording - feel free to reword again :)
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -[](http://ghdl.readthedocs.io) [](https://gitter.im/ghdl1/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/ghdl/ghdl/branches)  [](https://github.com/ghdl/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://travis-ci.org/ghdl/ghdl/branches)   [](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/).** @@ -15,7 +15,7 @@ Partial support of [PSL](https://en.wikipedia.org/wiki/Property_Specification_La By using a code generator ([LLVM](http://llvm.org/), [GCC](http://gcc.gnu.org/) or, [x86_64](https://en.wikipedia.org/wiki/X86-64)/[i386](https://en.wikipedia.org/wiki/Intel_80386) only, a built-in one), it is much faster than any interpreted simulator. It can handle very large designs, such as [leon3/grlib](http://www.gaisler.com/index.php/downloads/leongrlib). -GHDL runs on [GNU/Linux](http://en.wikipedia.org/wiki/Linux_distribution), [Windows](http://en.wikipedia.org/wiki/Microsoft_Windows) and [macOS](http://en.wikipedia.org/wiki/MacOS), both on `x86` and on `x86_64`. You can freely download a binary distribution for your OS, or try to build it on your own machine (see *'Getting GHDL'* below). +GHDL runs on [GNU/Linux](http://en.wikipedia.org/wiki/Linux_distribution), [Windows](http://en.wikipedia.org/wiki/Microsoft_Windows) and [macOS](http://en.wikipedia.org/wiki/MacOS), both on `x86` and on `x86_64`. You can freely download a binary distribution for your OS, use [GHDL Docker images](https://github.com/ghdl/docker), or try to build it on your own machine (see *'Getting GHDL'* below). Can write waveforms to a [GHW](http://ghdl.readthedocs.io/en/latest/using/Simulation.html?highlight=GHW#cmdoption-wave), [VCD](https://en.wikipedia.org/wiki/Value_change_dump) or FST file. Combined with a [GUI](http://en.wikipedia.org/wiki/Graphical_user_interface)-based [waveform viewer](https://en.wikipedia.org/wiki/Waveform_viewer) and a good text editor, GHDL is a very powerful tool for writing, testing and simulating your code. @@ -31,7 +31,7 @@ GHDL is free software: ### Pre-built releases -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! +Periodically (not regularly), several binary distributions are made available through the [releases](https://github.com/ghdl/ghdl/releases) tab. You may use [GHDL Docker images](https://github.com/ghdl/docker) in case your didn't find a suitable release, or build GHDL yourself! ### Building GHDL |