GithubHelp home page GithubHelp logo

isabella232 / verilator_ext_tests Goto Github PK

View Code? Open in Web Editor NEW

This project forked from verilator/verilator_ext_tests

0.0 0.0 0.0 89 KB

Extended and external tests for Verilator testing

License: GNU Lesser General Public License v3.0

Makefile 0.47% Perl 2.86% SystemVerilog 96.67%

verilator_ext_tests's Introduction

Build Status

Purpose

This project contains additional tests for Verilator. These are generally tests that run for a long time, and/or use source code from other projects.

To file issues, etc, please see https://verilator.org.

Usage

Initial prep

git submodule update

Run an individual test:

export VERILATOR_ROOT=location  # if your shell is bash
setenv VERILATOR_ROOT location  # if your shell is csh
t/t_a_hello.pl

Automatically run these tests as part of normal Verilator "make test"

export VERILATOR_TESTS_SITE=$VERILATOR_TESTS_SITE:$PWD  # if your shell is bash
setenv VERILATOR_TESTS_SITE $VERILATOR_TESTS_SITE:$PWD  # if your shell is csh

Cleanup

make clean

Adding additional tests

To add additional tests, add a t/t_{name}.pl file. See the Verilator internals documentation for instructions on the test file format.

To be accepted in this package, an external submodule tested here must:

  • Be under an open source license.
  • Be available as a git repository.
  • Be self checking (potentially checked by the t/ script you write).
  • Be Verilator lint clean (using lint_off pragmas in code is fine).
  • Be willing to consider patches as needed (i.e. not a "dead project").
  • Already run CI against a fixed version of Verilator

License

Tests and submodules under this package may have different licenses, please see the appropriate submodules. As to this package itself it is under the same license as Verilator:

Copyright 2019-2019 by Wilson Snyder. This program is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

verilator_ext_tests's People

Contributors

gezalore avatar toddstrader avatar wsnyder 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.