You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
992 B

3 years ago
3 years ago
  1. The original repository is now located on my own git-server at [https://git.goodcleanfun.de/tmeissner/verification_ip](https://git.goodcleanfun.de/tmeissner/verification_ip)
  2. It is mirrored to github with every push, so both should be in sync.
  3. # verification_ip
  4. 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).
  5. *The components in this repository are not intended as productional code. They are created out of personal interest and to find out what one can achieve with current state of open source tools, expecially in the VHDL domain.*
  6. ### wishbone
  7. Simple VIP for the wishbone bus protocol. First goal is functional coverage to detect valid transfer cycles and their variants. Currently support of classic single read / write cycles only.