Skip to content

Commit 911bc30

Browse files
committed
Upgrade to Yosys version 0.36.0
YosysHQ/yosys@35a0568...8f07a0d OpenROAD-flow-scripts is currently targetting this Yosys version as well. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
1 parent 9169a73 commit 911bc30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependency_support/at_clifford_yosys/at_clifford_yosys.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def at_clifford_yosys():
2222
http_archive,
2323
name = "at_clifford_yosys",
2424
urls = [
25-
"https://github.com/YosysHQ/yosys/archive/35a05686c4e9987441ac298f5d631f1785e272fd.zip",
25+
"https://github.com/YosysHQ/yosys/archive/8f07a0d8404f63349d8d3111217b73c9eafbd667.zip",
2626
],
27-
sha256 = "766da0b9f7e0aeb61ea6ab3d504e2a5328fc21d60f936d0e74f0af7c97120ba4",
28-
strip_prefix = "yosys-35a05686c4e9987441ac298f5d631f1785e272fd",
27+
sha256 = "46a9a4d969770fa20a2fd12c8e83307a597126609645c9655c370c0c365da344",
28+
strip_prefix = "yosys-8f07a0d8404f63349d8d3111217b73c9eafbd667",
2929
build_file = Label("@rules_hdl//dependency_support:at_clifford_yosys/bundled.BUILD.bazel"),
3030
patches = [
3131
Label("@rules_hdl//dependency_support:at_clifford_yosys/yosys.patch"),

0 commit comments

Comments
 (0)