blob: c32d1c23962e48a3b0c9994211a2e2dd316ddd39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-pyuvm
pkgdesc = pyuvm is the Universal Verification Methodology implemented in Python instead of SystemVerilog. pyuvm uses cocotb to interact with the simulator and schedule simulation events.
pkgver = 2.9.1
pkgrel = 1
url = https://github.com/pyuvm/pyuvm
arch = any
license = Apache
makedepends = git
depends = python
depends = python-setuptools
depends = python-cocotb
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
options = !emptydirs
source = git+https://github.com/pyuvm/pyuvm#tag=2.9.1
md5sums = SKIP
pkgname = python-pyuvm
|