aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lattice-ice40-tools/Makefile
blob: 8758f6c8243430cb1b5f081152167778efa1e5a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Johnny Sorocil <jsorocil@gmail.com>
# $FreeBSD$

PORTNAME=   lattice-ice40-tools
PORTVERSION=    g20181021
CATEGORIES= devel

MAINTAINER= jsorocil@gmail.com
COMMENT=    Open source tools for Lattice iCE40 FPGAs

RUN_DEPENDS=    abc:cad/abc \
        arachne-pnr:devel/arachne-pnr \
        icepack:devel/icestorm \
        yosys:devel/yosys

USES=       metaport

OPTIONS_DEFINE= EXAMPLES

EXAMPLES_DESC=  Build examples for Olimex iCE40 FPGA boards

EXAMPLES_RUN_DEPENDS=   lattice-ice40-examples-hx1k>=g0:devel/lattice-ice40-examples-hx1k \
            lattice-ice40-examples-hx8k>=g0:devel/lattice-ice40-examples-hx8k

.include <bsd.port.mk>