From 94394c123e1aacb0d94e5d4833281c6262df94b1 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 28 Oct 2021 00:05:27 +0200 Subject: [PATCH] Initial commit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..150f24e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# verification_ip + +Verification IPs for simulation & formal verification of various selected protocols. All tests are done with [GHDL](https://github.com/ghdl/ghdl) and [SymbiYosys](https://github.com/YosysHQ/SymbiYosys), a front-end for formal verification flows based on [Yosys](https://github.com/YosysHQ/yosys). + +### wishbone +Simple VIP for the wishbone bus protocol. At the moment support of classic single read / write cycles only.