git: 43ad336cc532 - main - cad/padring: New port: Padring generator for ASICs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 06:15:39 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=43ad336cc532ae624555e561e94ec18e17d08c74 commit 43ad336cc532ae624555e561e94ec18e17d08c74 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-12-30 06:15:01 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-30 06:15:37 +0000 cad/padring: New port: Padring generator for ASICs --- cad/Makefile | 1 + cad/padring/Makefile | 22 ++++++++++++++++++++++ cad/padring/distinfo | 3 +++ cad/padring/pkg-descr | 5 +++++ 4 files changed, 31 insertions(+) diff --git a/cad/Makefile b/cad/Makefile index 219f0338d970..6a7a336bc3cd 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -95,6 +95,7 @@ SUBDIR += oregano SUBDIR += p5-GDS2 SUBDIR += p5-Verilog-Perl + SUBDIR += padring SUBDIR += pcb SUBDIR += pdnmesh SUBDIR += py-cadquery diff --git a/cad/padring/Makefile b/cad/padring/Makefile new file mode 100644 index 000000000000..de3ab6b24df1 --- /dev/null +++ b/cad/padring/Makefile @@ -0,0 +1,22 @@ +PORTNAME= padring +DISTVERSION= g20210731 +CATEGORIES= cad + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Padring generator for ASICs + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/License.txt + +USES= cmake compiler:c++17-lang + +USE_GITHUB= yes +GH_ACCOUNT= donn +GH_TAGNAME= b2a64ab + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/bin + +.include <bsd.port.mk> diff --git a/cad/padring/distinfo b/cad/padring/distinfo new file mode 100644 index 000000000000..3915037927e1 --- /dev/null +++ b/cad/padring/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1640844446 +SHA256 (donn-padring-g20210731-b2a64ab_GH0.tar.gz) = ab8fb7f4103ff406727bc13762573c4e233e1b5843be638e6087bc76ffec3be0 +SIZE (donn-padring-g20210731-b2a64ab_GH0.tar.gz) = 131253 diff --git a/cad/padring/pkg-descr b/cad/padring/pkg-descr new file mode 100644 index 000000000000..b122ef8af1e3 --- /dev/null +++ b/cad/padring/pkg-descr @@ -0,0 +1,5 @@ +This tool makes padrings for ASICs using a LEF file and a +placement/configuration file. The padrings can be output in GDS2, DEF +and/or SVG format. Check out the example in the example directory. + +WWW: https://github.com/donn/padring