Port details |
- arachne-pnr Place and route tool for FPGAs
- g20181021_3 devel =2 g20181021_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-06-06 13:48:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/cseed/arachne-pnr
- Description:
- Arachne-pnr implements the place and route step of the hardware
compilation process for FPGAs. It currently targets the Lattice
Semiconductor iCE40 family of FPGAs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- arachne-pnr>0:devel/arachne-pnr
- To install the port:
- cd /usr/ports/devel/arachne-pnr/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/arachne-pnr
- pkg install arachne-pnr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arachne-pnr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1540151995
SHA256 (cseed-arachne-pnr-g20181021-840bdfdeb38809f9f6af4d89dd7b22959b176fdd_GH0.tar.gz) = 33b05788e49c130e23e1daaa519b4c076b0c03fb5284bc29af8738848fad7c39
SIZE (cseed-arachne-pnr-g20181021-840bdfdeb38809f9f6af4d89dd7b22959b176fdd_GH0.tar.gz) = 94415
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- icestorm>=g0 : devel/icestorm
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- devel/lattice-ice40-examples-hx1k
- devel/lattice-ice40-examples-hx8k
- for Run
-
- devel/lattice-ice40-tools
Configuration Options:
- No options to configure
- Options name:
- devel_arachne-pnr
- USES:
- compiler:c++11-lang gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
g20181021_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
g20181021_3 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
g20181021_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
g20181021_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20181021_2 04 Jan 2020 09:53:36 |
yuri |
devel/{arachne-pnr,icestorm,lattice-ice40-examples-hx1k,lattice-ice40-examples-hx8k,lattice-ice40-tools}:
Maintainer reset
Based on consecutive timeouts on PRs no 238483, 238484, 240256, 241387 as per
policy. |
g20181021_2 16 Sep 2019 11:22:54 |
pkubaj |
devel/arachne-pnr: fix build with GCC-based architectures
Building with GCC9 fails with:
src/util.hh: In instantiation of 'std::set<typename M::key_type> keys(const M&)
[with M = std::map<CBit, bool>; typename M::key_type = CBit]':
src/chipdb.cc:73:23: required from here
src/util.hh:191:24: error: moving a local object in a return statement prevents
copy elision [-Werror=pessimizing-move]
191 | return std::move(keys);
| ^
src/util.hh:191:24: note: remove 'std::move' call
As reported at https://github.com/YosysHQ/arachne-pnr/issues/134
Add -Wno-error=pessimizing-move to CFLAGS for GCC build.
PR: 240256
Approved by: linimon (mentor), jsorocil@gmail.com (maintainer timeout) |
g20181021_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
g20181021_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
g20181021 07 Dec 2018 00:04:10 |
linimon |
Archs using base gcc require including sys/param.h for u_int definitions.
PR: 233538
Submitted by: Piotr Kubaj
Reviewed by: maintainer |
g20181021 14 Nov 2018 15:57:38 |
tobik |
devel/arachne-pnr: Update to newer snapshot
PR: 233077
Submitted by: Johnny Sorocil <jsorocil@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D17642 |
g20180310 23 Sep 2018 05:59:31 |
linimon |
Fix build on gcc-based archs.
Also tested on amd64.
PR: 231597
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
g20180310 06 Jun 2018 13:47:33 |
tobik |
New port: devel/arachne-pnr
Arachne-pnr implements the place and route step of the hardware
compilation process for FPGAs. It currently targets the Lattice
Semiconductor iCE40 family of FPGAs.
WWW: https://github.com/cseed/arachne-pnr
PR: 227590
Submitted by: Johnny Sorocil <jsorocil@gmail.com>
Differential Revision: https://reviews.freebsd.org/D15632 |