Commit 619b35ff authored by Dimitris Lampridis's avatar Dimitris Lampridis

update testbench README

parent 6c3a2e72
...@@ -11,14 +11,10 @@ There are two options for the users, in order to run these tests. First is to ru ...@@ -11,14 +11,10 @@ There are two options for the users, in order to run these tests. First is to ru
## Requirements ## Requirements
- [hdlmake](https://hdlmake.readthedocs.io/en/master/#install-hdlmake-package) - [hdlmake](https://hdlmake.readthedocs.io/en/master/#install-hdlmake-package)
- [ghdl](https://ghdl.github.io/ghdl/development/building/index.html#build) - [ghdl](https://ghdl.github.io/ghdl/development/building/index.html#build)
- [OSVVM](https://github.com/OSVVM/OSVVM) version 2020.05+
## Set up environment ## Set up environment
- Modify the file **/usr/local/lib/ghdl/vendors/config.sh** by adding the OSVVM path (in OSVVM_settings change the Installation Directory) - OSVVM is a dependency for most of these testbenches. It is already included as a git submodule. Therefore, it is necessary to run at least once `git submodule update --init` before running these testbenches.
- Compile OSVVM:
```console
/usr/local/lib/ghdl/vendors/compile-osvvm --all
```
## How to test ## How to test
```console ```console
hdlmake makefile hdlmake makefile
...@@ -29,7 +25,3 @@ make ...@@ -29,7 +25,3 @@ make
```console ```console
./run.sh --wave=waveform.ghw ./run.sh --wave=waveform.ghw
``` ```
## Maintainer
- [Konstantinos Blantos](mailto:konstantinos.blantos@cern.ch)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment