Date: Sun, 09 Oct 2022 13:47:52 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 266917] cad/yosys Fails to use cad/abc since 0.22 Message-ID: <bug-266917-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266917 Bug ID: 266917 Summary: cad/yosys Fails to use cad/abc since 0.22 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: manu@freebsd.org CC: uddka@student.kit.edu, yuri@freebsd.org CC: uddka@student.kit.edu, yuri@freebsd.org yosys now emit some abc script that uses fraig -x instead of ifraig (See https://github.com/YosysHQ/yosys/commit/114253cd54808d929022014928eff9cd5eb= 0f275). Problem is our cad/abc doesn't support this command. Simply try to compile any project using yosys/abc and you will have : 2.41.1.1. Executing ABC. Running ABC command: "abc" -s -f <abc-temp-dir>/abc.script 2>&1 ABC: ABC command line: "source <abc-temp-dir>/abc.script". ABC:=20 ABC: + read_blif <abc-temp-dir>/input.blif=20 ABC: + read_lut <abc-temp-dir>/lutdefs.txt=20 ABC: + strash=20 ABC: + &get -n=20 ABC: + &fraig -x=20 ABC: &fraig: unknown option x ABC: ** cmd error: aborting 'source <abc-temp-dir>/abc.script' A good example is devel/lattice-ice40-examples-hx1k/ I couldn't find if there is some other abc that people are using or if upda= ting cad/abc to the latest tag will solve this. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266917-7788>