From owner-svn-ports-all@freebsd.org Wed Nov 14 14:43:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23010112A119; Wed, 14 Nov 2018 14:43:20 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C01E79C8A; Wed, 14 Nov 2018 14:43:19 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AF4E206B8; Wed, 14 Nov 2018 14:43:19 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAEEhJD7051081; Wed, 14 Nov 2018 14:43:19 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAEEhIZZ051079; Wed, 14 Nov 2018 14:43:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201811141443.wAEEhIZZ051079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 14 Nov 2018 14:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484926 - head/devel/yosys X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/yosys X-SVN-Commit-Revision: 484926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7C01E79C8A X-Spamd-Result: default: False [-106.87 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; ALLOW_DOMAIN_WHITELIST(-100.00)[FreeBSD.org]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; IP_SCORE(-3.77)[ip: (-9.91), ipnet: 2610:1c1:1::/48(-4.93), asn: 11403(-3.91), country: US(-0.10)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2018 14:43:20 -0000 Author: tobik Date: Wed Nov 14 14:43:18 2018 New Revision: 484926 URL: https://svnweb.freebsd.org/changeset/ports/484926 Log: devel/yosys: Update to 0.8 PR: 233077 Submitted by: Johnny Sorocil Differential Revision: https://reviews.freebsd.org/D17642 Modified: head/devel/yosys/Makefile head/devel/yosys/distinfo head/devel/yosys/pkg-plist Modified: head/devel/yosys/Makefile ============================================================================== --- head/devel/yosys/Makefile Wed Nov 14 14:04:02 2018 (r484925) +++ head/devel/yosys/Makefile Wed Nov 14 14:43:18 2018 (r484926) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= yosys -DISTVERSION= 0.7-783 -DISTVERSIONSUFFIX= -gbab39eac +DISTVERSIONPREFIX= yosys- +DISTVERSION= 0.8 CATEGORIES= devel MAINTAINER= jsorocil@gmail.com @@ -24,7 +24,6 @@ SHEBANG_FILES= backends/smt2/smtbmc.py \ USE_GITHUB= yes GH_ACCOUNT= YosysHQ -GH_TAGNAME= bab39eacce5c17c42d50a3a60a67cc8a9ee52d98 BINARY_ALIAS= python3=${PYTHON_CMD} tclsh=${TCLSH} MAKE_ARGS= ABCEXTERNAL=abc Modified: head/devel/yosys/distinfo ============================================================================== --- head/devel/yosys/distinfo Wed Nov 14 14:04:02 2018 (r484925) +++ head/devel/yosys/distinfo Wed Nov 14 14:43:18 2018 (r484926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527191683 -SHA256 (YosysHQ-yosys-0.7-783-gbab39eac-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98_GH0.tar.gz) = 1c97050a19f653fc957550cb5a505e1ebcb5722eade487bd86e8a5f9681ae09c -SIZE (YosysHQ-yosys-0.7-783-gbab39eac-bab39eacce5c17c42d50a3a60a67cc8a9ee52d98_GH0.tar.gz) = 1089933 +TIMESTAMP = 1540309364 +SHA256 (YosysHQ-yosys-yosys-0.8_GH0.tar.gz) = 07760fe732003585b26d97f9e02bcddf242ff7fc33dbd415446ac7c70e85c66f +SIZE (YosysHQ-yosys-yosys-0.8_GH0.tar.gz) = 1118433 Modified: head/devel/yosys/pkg-plist ============================================================================== --- head/devel/yosys/pkg-plist Wed Nov 14 14:04:02 2018 (r484925) +++ head/devel/yosys/pkg-plist Wed Nov 14 14:43:18 2018 (r484926) @@ -11,22 +11,27 @@ bin/yosys-smtbmc %%DATADIR%%/coolrunner2/tff_extract.v %%DATADIR%%/coolrunner2/xc2_dff.lib %%DATADIR%%/dff2ff.v +%%DATADIR%%/ecp5/arith_map.v +%%DATADIR%%/ecp5/cells_map.v +%%DATADIR%%/ecp5/cells_sim.v +%%DATADIR%%/ecp5/dram.txt +%%DATADIR%%/ecp5/drams_map.v %%DATADIR%%/gowin/cells_map.v %%DATADIR%%/gowin/cells_sim.v %%DATADIR%%/greenpak4/cells_blackbox.v %%DATADIR%%/greenpak4/cells_latch.v %%DATADIR%%/greenpak4/cells_map.v +%%DATADIR%%/greenpak4/cells_sim.v %%DATADIR%%/greenpak4/cells_sim_ams.v %%DATADIR%%/greenpak4/cells_sim_digital.v %%DATADIR%%/greenpak4/cells_sim_wip.v -%%DATADIR%%/greenpak4/cells_sim.v %%DATADIR%%/greenpak4/gp_dff.lib %%DATADIR%%/ice40/arith_map.v +%%DATADIR%%/ice40/brams.txt %%DATADIR%%/ice40/brams_init1.vh %%DATADIR%%/ice40/brams_init2.vh %%DATADIR%%/ice40/brams_init3.vh %%DATADIR%%/ice40/brams_map.v -%%DATADIR%%/ice40/brams.txt %%DATADIR%%/ice40/cells_map.v %%DATADIR%%/ice40/cells_sim.v %%DATADIR%%/ice40/latches_map.v @@ -52,8 +57,8 @@ bin/yosys-smtbmc %%DATADIR%%/intel/a10gx/cells_map.v %%DATADIR%%/intel/a10gx/cells_sim.v %%DATADIR%%/intel/common/altpll_bb.v -%%DATADIR%%/intel/common/brams_map.v %%DATADIR%%/intel/common/brams.txt +%%DATADIR%%/intel/common/brams_map.v %%DATADIR%%/intel/common/m9k_bb.v %%DATADIR%%/intel/cyclone10/cells_map.v %%DATADIR%%/intel/cyclone10/cells_sim.v @@ -71,16 +76,16 @@ bin/yosys-smtbmc %%DATADIR%%/simlib.v %%DATADIR%%/techmap.v %%DATADIR%%/xilinx/arith_map.v +%%DATADIR%%/xilinx/brams.txt %%DATADIR%%/xilinx/brams_bb.v %%DATADIR%%/xilinx/brams_init_%%PYTHON_SUFFIX%%.vh %%DATADIR%%/xilinx/brams_init_16.vh %%DATADIR%%/xilinx/brams_init_18.vh %%DATADIR%%/xilinx/brams_init_32.vh %%DATADIR%%/xilinx/brams_map.v -%%DATADIR%%/xilinx/brams.txt %%DATADIR%%/xilinx/cells_map.v %%DATADIR%%/xilinx/cells_sim.v %%DATADIR%%/xilinx/cells_xtra.v -%%DATADIR%%/xilinx/drams_map.v %%DATADIR%%/xilinx/drams.txt +%%DATADIR%%/xilinx/drams_map.v %%DATADIR%%/xilinx/lut2lut.v