sci-electronics/litepcie - 2025.12 (pentoo)

Search

Install

Install this version:

emerge -a =sci-electronics/litepcie-2025.12

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-electronics/litepcie-2025.12

Or alternatively:

emerge --autounmask-write -a =sci-electronics/litepcie-2025.12

Package Information

Description:
Small footprint and configurable PCIe core
Homepage:
https://github.com/enjoy-digital/litepcie
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2025.12 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Small footprint and configurable PCIe core"
HOMEPAGE="https://github.com/enjoy-digital/litepcie"
SRC_URI="https://github.com/enjoy-digital/litepcie/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	dev-python/pyyaml[${PYTHON_USEDEP}]
	sci-electronics/litex[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

# some tests are broken due to Python version. It's the same issue than
# https://github.com/enjoy-digital/liteeth/issues/189
EPYTEST_DESELECT=(
	test/test_dma.py::TestDMA::test_dma_64b_data_width_32b_address_width
	test/test_dma.py::TestDMA::test_dma_64b_data_width_64b_address_width
	test/test_examples.py::TestExamples::test_ac701_gen

	# missing package litex_board
	test/test_examples.py::TestExamples::test_fk33_target
	test/test_examples.py::TestExamples::test_kc705_target
	test/test_examples.py::TestExamples::test_kcu105_target
	test/test_examples.py::TestExamples::test_xcu1525_target
)

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pyyaml[]
	sci-electronics/litex[]

Manifest for 2025.12

Type File Size Source URLs
DIST litepcie-2025.12.gh.tar.gz 190017 bytes https://github.com/enjoy-digital/litepcie/archive/refs/tags/2025.12.tar.gz