You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,10 @@
13
13
14
14
# Co-simulation with GHDL
15
15
16
-
This repository contains documentation and code examples about different procedures to interface VHDL with foreign languages and tools through GHDL.
16
+
This repository contains **documentation** with code **examples** about different procedures to interface VHDL with foreign languages and tools through GHDL.
17
+
18
+
Subdirs in [vhpidirect](./vhpidirect) and [vpi](./vpi) contain groups of examples to illustrate specific sets of features. Run the
19
+
`run.sh` script in each subdir in order to build and execute the group of examples. In some cases, there are further subdirs with
20
+
additional examples. Explanations are available in the [docs](https://ghdl.github.io/ghdl-cosim).
21
+
22
+
*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 commit comments