diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-03-19 19:47:47 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-03-19 19:47:47 +0100 |
commit | 0ed24515f1d273ebe494e51dd7fdfb70ca13cc73 (patch) | |
tree | 70b9b83a740c52d9b1e8fbfa8285907f4d2d52d3 | |
parent | 429e36bf14976d2bb3f173cbc99c204ac3a5994a (diff) | |
download | ghdl-0ed24515f1d273ebe494e51dd7fdfb70ca13cc73.tar.gz ghdl-0ed24515f1d273ebe494e51dd7fdfb70ca13cc73.tar.bz2 ghdl-0ed24515f1d273ebe494e51dd7fdfb70ca13cc73.zip |
README: mention UVVM.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ GHDL runs on [GNU/Linux](http://en.wikipedia.org/wiki/Linux_distribution), [Wind 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. -Supported third party projects: [VUnit](https://vunit.github.io), [OSVVM](http://osvvm.org), [cocotb](https://github.com/potentialventures/cocotb) (through the [VPI interface](https://en.wikipedia.org/wiki/Verilog_Procedural_Interface)), ... +Supported third party projects: [VUnit](https://vunit.github.io), [UVVM](https://github.com/UVVM/UVVM), [OSVVM](http://osvvm.org), [cocotb](https://github.com/potentialventures/cocotb) (through the [VPI interface](https://en.wikipedia.org/wiki/Verilog_Procedural_Interface)), ... GHDL is free software: |