Metadata-Version: 1.1
Name: vunit_hdl
Version: 0.66.0
Summary: VUnit is an open source unit testing framework for VHDL.
Home-page: https://github.com/VUnit/vunit
Author: Lars Asplund
Author-email: lars.anders.asplund@gmail.com
License: UNKNOWN
Description: What is VUnit?
        ==============
        
        VUnit is an open source unit testing framework for VHDL/SystemVerilog
        released under the terms of Mozilla Public License, v. 2.0. It
        features the functionality needed to realize continuous and automated
        testing of your HDL code. VUnit doesn't replace but rather complements
        traditional testing methodologies by supporting a "test early and
        often" approach through automation.
        
        **Read more on our** `Website <https://vunit.github.io>`__
        
        License
        =======
        
        .. |copy|   unicode:: U+000A9 .. COPYRIGHT SIGN
        
        VUnit
        -----
        
        VUnit except for OSVVM (see below) is released under the terms of
        `Mozilla Public License, v. 2.0`_.
        
        |copy| 2014-2016 Lars Asplund, lars.anders.asplund@gmail.com.
        
        OSVVM
        -----
        
        OSVVM 2015.03 is `redistributed`_ with VUnit for your convenience. Minor
        `modifications`_ have been made to enable GHDL support. Derivative work
        is also located under `examples/vhdl/osvvm\_integration/src`_. These
        files are licensed under the terms of `ARTISTIC License`_.
        
        |copy| 2010 - 2015 by SynthWorks Design Inc. All rights reserved.
        
        .. _Mozilla Public License, v. 2.0: http://mozilla.org/MPL/2.0/
        .. _redistributed: https://github.com/VUnit/vunit/blob/master/vunit/vhdl/osvvm
        .. _modifications: https://github.com/VUnit/vunit/commit/25fce1b3700e746c3fa23bd7157777dd4f20f0d6
        .. _examples/vhdl/osvvm\_integration/src: https://github.com/VUnit/vunit/blob/master/examples/vhdl/osvvm_integration/src
        .. _ARTISTIC License: http://www.perlfoundation.org/artistic_license_2_0
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Testing
