Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed May 3, 2020
1 parent f56bdc3 commit 0e9b7fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@

# Co-simulation with GHDL

This repository contains documentation and code examples about different procedures to interface VHDL with foreign languages and tools through GHDL.
This repository contains **documentation** with code **examples** about different procedures to interface VHDL with foreign languages and tools through GHDL.

Subdirs in [vhpidirect](./vhpidirect) and [vpi](./vpi) contain groups of examples to illustrate specific sets of features. Run the
`run.sh` script in each subdir in order to build and execute the group of examples. In some cases, there are further subdirs with
additional examples. Explanations are available in the [docs](https://ghdl.github.io/ghdl-cosim).

*This repository was created recently and multiple existing examples are not published yet. Find on-going work in issue [#1](https://github.com/ghdl/ghdl-cosim/issues/1) and in [open Pull Requests](https://github.com/ghdl/ghdl-cosim/pulls)*.

0 comments on commit 0e9b7fb

Please sign in to comment.