summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b5497fa23f72492e1b33e3111216b9ad6ffd454c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = python-cocotb-bus
	pkgdesc = Pre-packaged testbenching tools and reusable bus interfaces for cocotb
	pkgver = 0.1
	pkgrel = 1
	url = https://github.com/cocotb/cocotb-bus/
	arch = any
	license = BSD
	makedepends = git
	makedepends = gcc
	depends = python
	depends = python-setuptools
	optdepends = iverilog: for simulating verilog designs
	optdepends = ghdl: for simulating VHDL designs
	optdepends = gtkwave: for visualizing waveforms
	options = !emptydirs
	source = git+https://github.com/cocotb/cocotb-bus#tag=v0.1.1
	md5sums = SKIP

pkgname = python-cocotb-bus