Skip to content

Commit

Permalink
build(deps): bump third_party/tools/yosys from ad698f4 to e456f2e
Browse files Browse the repository at this point in the history
Bumps [third_party/tools/yosys](https://github.com/YosysHQ/yosys) from `ad698f4` to `e456f2e`.
- [Release notes](https://github.com/YosysHQ/yosys/releases)
- [Commits](YosysHQ/yosys@ad698f4...e456f2e)

---
updated-dependencies:
- dependency-name: third_party/tools/yosys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent cbe02cf commit 07570e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/yosys
Submodule yosys updated 47 files
+1 −1 .github/actions/setup-build-env/action.yml
+3 −6 .github/workflows/test-compile.yml
+13 −1 CHANGELOG
+1 −1 COPYING
+3 −2 Makefile
+22 −7 backends/json/json.cc
+25 −2 docs/source/conf.py
+15 −4 docs/source/yosys_internals/hashing.rst
+1 −1 frontends/ast/ast.h
+2 −1 frontends/verific/verific.cc
+1 −1 kernel/bitpattern.h
+2 −2 kernel/cellaigs.h
+0 −3 kernel/consteval.h
+12 −12 kernel/drivertools.h
+2 −2 kernel/functional.h
+35 −37 kernel/hashlib.h
+6 −26 kernel/macc.h
+2 −2 kernel/modtools.h
+1 −1 kernel/register.cc
+23 −17 kernel/rtlil.h
+0 −7 kernel/satgen.cc
+14 −7 kernel/scopeinfo.h
+2 −2 kernel/sigtools.h
+2 −2 kernel/timinginfo.h
+1 −1 kernel/yosys.cc
+1 −1 kernel/yosys_common.h
+1 −1 kernel/yw.h
+1 −0 libs/json11/json11.cpp
+1 −1 passes/cmds/dft_tag.cc
+1 −1 passes/cmds/example_dt.cc
+1 −1 passes/equiv/equiv_struct.cc
+14 −0 passes/fsm/fsm_extract.cc
+2 −1 passes/hierarchy/keep_hierarchy.cc
+3 −4 passes/opt/share.cc
+1 −1 passes/proc/proc_dlatch.cc
+2 −2 passes/sat/recover_names.cc
+1 −1 passes/techmap/alumacc.cc
+1 −1 passes/techmap/clockgate.cc
+26 −15 passes/techmap/flatten.cc
+1 −1 passes/techmap/flowmap.cc
+17 −7 passes/techmap/maccmap.cc
+7 −6 passes/tests/test_cell.cc
+1 −1 techlibs/quicklogic/ql_dsp_simd.cc
+1 −2 techlibs/quicklogic/qlf_k6n10f/generate_bram_types_sim.py
+50 −0 tests/alumacc/macc_b_port_compat.ys
+6 −0 tests/alumacc/run-test.sh
+38 −0 tests/various/json_scopeinfo.ys

0 comments on commit 07570e6

Please sign in to comment.