Source: pyuvm Section: electronics Maintainer: Debian Electronics Team Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) , Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-setuptools, pylint, python3-all, python3-pytest , python3-sphinx , python3-cocotb, python3-myst-parser , python3-sphinx-rtd-theme Standards-Version: 4.7.3 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/pyuvm/pyuvm Vcs-Git: https://salsa.debian.org/electronics-team/pyuvm.git Vcs-Browser: https://salsa.debian.org/electronics-team/pyuvm Package: python3-pyuvm Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends} Built-Using: ${sphinxdoc:Built-Using}, Description: Python implementation of the UVM using cocotb pyuvm is the Universal Verification Methodology implemented in Python instead of SystemVerilog. pyuvm uses cocotb to interact with the simulator and schedule simulation events. . pyuvm implements the most often-used parts of the UVM while taking advantage of the fact that Python does not have strict typing and does not require parameterized classes. The project refactors pieces of the UVM that were either overly complicated due to typing or legacy code.