Install this version:
emerge -a =sci-electronics/yosys-0.69
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sci-electronics/yosys-0.69
Or alternatively:
emerge --autounmask-write -a =sci-electronics/yosys-0.69
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.69 | 8 | ~amd64 | 0 |
EAPI=8
inherit cmake
DESCRIPTION="framework for Verilog RTL synthesis"
HOMEPAGE="http://www.clifford.at/yosys/"
SRC_URI="https://github.com/YosysHQ/yosys/releases/download/v${PV}/yosys.tar.gz -> ${P}.tar.gz"
LICENSE=ISC
SLOT=0
KEYWORDS=~amd64
S=${WORKDIR}
DEPEND="dev-vcs/git
media-gfx/xdot
dev-libs/boost
dev-lang/tcl"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | yosys-0.69.tar.gz | 16403186 bytes | https://github.com/YosysHQ/yosys/releases/download/v0.69/yosys.tar.gz |