File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class Yosys < Formula
22 desc "Framework for Verilog RTL synthesis"
33 homepage "https://yosyshq.net/yosys/"
4- url "https://github.com/YosysHQ/yosys/releases/download/v0.56 /yosys.tar.gz"
5- sha256 "b5270419812a38ab3dade6003130fc2eebc9757a4ed9e48b0ceb311428743d04 "
4+ url "https://github.com/YosysHQ/yosys/releases/download/v0.57 /yosys.tar.gz"
5+ sha256 "38e4edecd91006b45cadd33daa38f39c42ab625fe7a58cbfd8ab023d4a87bc4d "
66 license "ISC"
77 head "https://github.com/YosysHQ/yosys.git" , branch : "main"
88
@@ -18,12 +18,12 @@ class Yosys < Formula
1818 end
1919
2020 depends_on "bison" => :build
21+ depends_on "flex" => :build
2122 depends_on "pkgconf" => :build
2223 depends_on "libtommath"
2324 depends_on "readline"
2425 depends_on "tcl-tk"
2526
26- uses_from_macos "flex"
2727 uses_from_macos "libffi" , since : :catalina
2828 uses_from_macos "python"
2929 uses_from_macos "zlib"
You can’t perform that action at this time.
0 commit comments