Install this version:
emerge -a =sci-electronics/litedram-2025.12
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/litedram-2025.12
Or alternatively:
emerge --autounmask-write -a =sci-electronics/litedram-2025.12
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="Small footprint and configurable DRAM core"
HOMEPAGE="https://github.com/enjoy-digital/litedram"
SRC_URI="https://github.com/enjoy-digital/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
#IUSE=test
#RESTRICT="!test? ( test )"
# to be investigated
RESTRICT="test"
RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
sci-electronics/litex[${PYTHON_USEDEP}]
sci-electronics/migen[${PYTHON_USEDEP}]
"
#BDEPEND="
# test? (
# dev-python/pexpect[${PYTHON_USEDEP}]
# )
#"
#distutils_enable_tests pytest
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | litedram-2025.12.gh.tar.gz | 452691 bytes | https://github.com/enjoy-digital/litedram/archive/refs/tags/2025.12.tar.gz |