blob: 54a3b35602d0d6db73c1f6512f0b962f0c2e1706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-litedram-git
pkgdesc = A small footprint and configurable DRAM core for LiteX
pkgver = 2020.08.r101.g1117068
pkgrel = 1
url = https://github.com/enjoy-digital/litedram
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python-yaml
depends = python
depends = python-migen
depends = python-litex
provides = python-litedram=2020.08.r101.g1117068
conflicts = python-litedram
replaces = litedram-git
source = git+https://github.com/enjoy-digital/litedram
sha256sums = SKIP
pkgname = python-litedram-git
|