VHDL-verification
Package to ease directed testing of HDL entities
vhdl-verification

Introduction

vhdl-verification is a VHDL package to ease testing of HDL entities.

The package provides entities to make generation of testbenches easier:

Instructions

  1. Download the files from: woden.us.es/docs/vhdl-verification-files
  2. To use the package, just add the files to your project. You need to include:
    • The vhdl_verification.vhd header file
    • The txt_util.vhd header file
    • The files that correspond to the entities you want to use (you don't need to include the entities that you will not be using!)
  3. In your testbench, instead of redeclaring the components, just include the vhdl_verification package with the sentence:
    use work.vhdl_verification.all

Author

The first entities for this package were developed by Hipolito Guzman-Miranda for the EDELWEISS project. Along the years, some other functionalities and entities have been added.

Educational use is allowed.

Acknowledgement

Special credit to Stephan Doll for creating the txt_util package, which this package uses.