Metadata-Version: 1.1
Name: vunit-hdl
Version: 1.3.0
Summary: VUnit is an open source unit testing framework for VHDL/SystemVerilog.
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
        =======
        VUnit
        -----
        
        VUnit except for OSVVM (see below) is released under the terms of
        Mozilla Public License, v. 2.0.
        
        Copyright (c) 2014-2017, Lars Asplund lars.anders.asplund@gmail.com
        
        OSVVM
        -----
        
        OSVVM is redistributed as a submodule to VUnit for your convenience. OSVVM and derivative work
        located under examples/vhdl/osvvm_integration/src are licensed under the terms of Artistic License 2.0.
        
        Copyright (c) 2006-2016, SynthWorks Design Inc http://www.synthworks.com
        
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
