Skip to content

Commit

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

---
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 Feb 14, 2025
1 parent cbe02cf commit 5f54a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/yosys
Submodule yosys updated 62 files
+1 −1 .github/actions/setup-build-env/action.yml
+2 −0 .github/workflows/test-build.yml
+3 −6 .github/workflows/test-compile.yml
+3 −3 .mailmap
+18 −1 CHANGELOG
+1 −1 COPYING
+3 −3 Makefile
+23 −8 backends/json/json.cc
+12 −5 backends/verilog/verilog_backend.cc
+25 −2 docs/source/conf.py
+15 −4 docs/source/yosys_internals/hashing.rst
+1 −1 frontends/ast/ast.h
+4 −1 frontends/ast/simplify.cc
+2 −1 frontends/verific/verific.cc
+1 −1 kernel/bitpattern.h
+2 −2 kernel/cellaigs.h
+3 −3 kernel/celledges.cc
+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
+42 −0 libs/fst/00_PATCH_strict_alignment.patch
+1 −0 libs/fst/00_UPDATE.sh
+1 −20 libs/fst/fastlz.cc
+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
+2 −0 passes/memory/memory_libmap.cc
+4 −0 passes/opt/opt_expr.cc
+3 −4 passes/opt/share.cc
+1 −1 passes/opt/wreduce.cc
+1 −1 passes/proc/proc_dlatch.cc
+2 −2 passes/sat/recover_names.cc
+19 −9 passes/techmap/alumacc.cc
+1 −1 passes/techmap/clockgate.cc
+3 −2 passes/techmap/extract_fa.cc
+26 −15 passes/techmap/flatten.cc
+1 −1 passes/techmap/flowmap.cc
+4 −0 passes/techmap/libparse.h
+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
+9 −0 tests/opt/opt_expr_shr_int_max.ys
+29 −0 tests/various/bug3879.ys
+38 −0 tests/various/json_scopeinfo.ys

0 comments on commit 5f54a5e

Please sign in to comment.