GithubHelp home page GithubHelp logo

heikoengel / osvvmlibraries Goto Github PK

View Code? Open in Web Editor NEW

This project forked from osvvm/osvvmlibraries

0.0 1.0 0.0 39 KB

Start here. Includes all other OSVVM libraries as submodules: Utility, Common, Verification Component, and Script.

License: Other

osvvmlibraries's Introduction

The OSVVM VHDL Verification Libraries

Open Source VHDL Verification Methodology (OSVVM) provides utility and verification component libraries that simplify your FPGA and ASIC verification tasks. Using these libraries you can create a simple, readable, and powerful testbench that is suitable for either a simple FPGA block or a complex ASIC.

The OSVVM Verification Script Library

The OSVVM Verification Script Library provides a simple way to build the OSVVM libraries. The scripts are so simple that they can be read by anyone and also serve as documentation of compilation order. Hence, if you want to build your project your own way, the OSVVM *.pro script files serve as a definition for compile (aka analyze) order. Under the hood, OSVVM scripts are tcl plus tcl procedures.

Documentation for the OSVVM script library can be found here

The OSVVM Utility Library

The OSVVM utility library offers the same capabilities as those provided by other verification languages (such as SystemVerilog and UVM):

  • Transaction-Level Modeling
  • Constrained Random test generation
  • Functional Coverage with hooks for UCIS coverage database integration
  • Intelligent Coverage Random test generation
  • Utilities for testbench process synchronization generation
  • Utilities for clock and reset generation
  • Transcript files
  • Error logging and reporting - Alerts and Affirmations
  • Message filtering - Logs
  • Scoreboards and FIFOs (data structures for verification)
  • Memory models

Documentation for the Utility library can be found here

The OSVVM Model Independent Transaction Library

The OSVVM Common Library defines OSVVM's Model Independent Transactions for Address Bus and Streaming Interfaces. The OSVVM common library is required to use any OSVVM verification component.

The OSVVM Verification Component Libraries

The OSVVM Verification Component Libraries are a growing set of verification components commonly used for FPGA and ASIC verification. A verification component is implemented with an entity and architecture.
The library currently contains the following repositories:

  • AXI4
    • Master - coming soon
    • Memory Slave - coming soon
  • AXI4 Lite
    • Master
    • Transaction Slave
  • AXI Stream
    • Transmitter
    • Receiver
  • UART
    • Transmitter - with error injection
    • Receiver - with error injection

Documentation for the OSVVM Verification Component libraries can be found here

OSVVM Interfaces

OSVVM verification components use records for the transaction interfaces, so connecting them to your testbench is simple - connect only a single signal.

The OSVVM methodology uses records whose elements are a resolved type from the package,ResolutionPkg.vhd.

The long term plan is to switch to VHDL-2019 interfaces. VHDL-2019 uses records just like OSVVM and adds mode views. So the transition to VHDL-2019 interfaces is fairly simple. Due to their similarity, OSVVM interfaces are an effective prototype for VHDL-2019 interfaces.

Testbenches are Included

Testbenches are in the Git repository, so you can run a simulation and see a live example of how to use the models.

Downloading the libraries

The library OSVVM-Libraries contains all of the OSVVM libraries as submodules.

Download the entire OSVVM model library using git clone with the "--recursive" flag:
$ git clone --recursive https://github.com/osvvm/OsvvmLibraries

Participating and Project Organization

The OSVVM project welcomes your participation with either issue reports or pull requests. For details on how to participate see

You can find the project Authors here and Contributors here.

More Information on OSVVM

OSVVM Forums and Blog: http://www.osvvm.org/
SynthWorks OSVVM Blog: http://www.synthworks.com/blog/osvvm/
Gitter: https://gitter.im/OSVVM/Lobby
Documentation: Documentation for the OSVVM libraries can be found here

Copyright and License

Copyright (C) 2006-2020 by SynthWorks Design Inc.
Copyright (C) 2020 by OSVVM Authors

This file is part of OSVVM.

Licensed under Apache License, Version 2.0 (the "License")
You may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

osvvmlibraries's People

Contributors

jimlewis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.