Skip to content

Commit

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

---
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 Dec 19, 2024
1 parent 57f75a8 commit 5557809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/yosys
Submodule yosys updated 68 files
+91 −62 Makefile
+13 −13 backends/cxxrtl/cxxrtl_backend.cc
+155 −0 docs/source/yosys_internals/hashing.rst
+1 −0 docs/source/yosys_internals/index.rst
+1 −1 examples/cxx-api/scopeinfo_example.cc
+4 −4 flake.nix
+1 −1 frontends/ast/ast.h
+8 −8 frontends/verific/verific.cc
+2 −2 frontends/verific/verific.h
+1 −1 frontends/verific/verificsva.cc
+7 −49 guidelines/GettingStarted
+6 −5 kernel/bitpattern.h
+9 −8 kernel/cellaigs.cc
+2 −2 kernel/cellaigs.h
+7 −0 kernel/driver.cc
+147 −97 kernel/drivertools.h
+5 −3 kernel/functional.h
+256 −148 kernel/hashlib.h
+6 −6 kernel/log.h
+12 −5 kernel/modtools.h
+7 −7 kernel/rtlil.cc
+333 −286 kernel/rtlil.h
+6 −3 kernel/scopeinfo.h
+10 −2 kernel/sigtools.h
+10 −2 kernel/timinginfo.h
+6 −6 kernel/utils.h
+1 −0 kernel/yosys.cc
+14 −20 kernel/yosys_common.h
+4 −1 kernel/yw.h
+16 −12 misc/py_wrap_generator.py
+1 −1 passes/cmds/dft_tag.cc
+4 −2 passes/cmds/example_dt.cc
+0 −1 passes/cmds/rename.cc
+19 −19 passes/cmds/viz.cc
+5 −5 passes/equiv/equiv_struct.cc
+4 −5 passes/proc/proc_dlatch.cc
+4 −4 passes/proc/proc_mux.cc
+1 −1 passes/sat/mutate.cc
+8 −4 passes/sat/recover_names.cc
+1 −1 passes/sat/sim.cc
+1 −0 passes/techmap/abc.cc
+3 −3 passes/techmap/alumacc.cc
+2 −3 passes/techmap/clockgate.cc
+4 −2 passes/techmap/flowmap.cc
+1 −1 techlibs/quicklogic/ql_dsp_simd.cc
+1 −1 tests/arch/anlogic/run-test.sh
+1 −1 tests/arch/ecp5/run-test.sh
+1 −1 tests/arch/efinix/run-test.sh
+1 −1 tests/arch/gatemate/run-test.sh
+1 −1 tests/arch/gowin/run-test.sh
+1 −1 tests/arch/ice40/run-test.sh
+1 −1 tests/arch/intel_alm/run-test.sh
+1 −1 tests/arch/machxo2/run-test.sh
+1 −1 tests/arch/microchip/run-test.sh
+1 −1 tests/arch/nanoxplore/run-test.sh
+1 −1 tests/arch/nexus/run-test.sh
+1 −1 tests/arch/quicklogic/pp3/run-test.sh
+1 −1 tests/arch/quicklogic/qlf_k6n10f/run-test.sh
+1 −1 tests/arch/xilinx/run-test.sh
+2 −3 tests/gen-tests-makefile.sh
+1 −1 tests/opt/run-test.sh
+1 −1 tests/sat/run-test.sh
+1 −1 tests/sim/run-test.sh
+1 −1 tests/svtypes/run-test.sh
+1 −1 tests/techmap/run-test.sh
+1 −1 tests/various/run-test.sh
+1 −1 tests/verific/run-test.sh
+1 −1 tests/verilog/run-test.sh

0 comments on commit 5557809

Please sign in to comment.