Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent c707452 commit 5d570e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/yosys
Submodule yosys updated 60 files
+128 −0 CODE_OF_CONDUCT.md
+4 −7 Makefile
+36 −438 README.md
+2 −5 backends/aiger2/aiger.cc
+1 −1 backends/edif/edif.cc
+126 −29 docs/source/getting_started/installation.rst
+36 −0 docs/source/yosys_internals/extending_yosys/contributing.rst
+1 −5 docs/source/yosys_internals/extending_yosys/extensions.rst
+1 −0 docs/source/yosys_internals/extending_yosys/index.rst
+77 −1 docs/source/yosys_internals/extending_yosys/test_suites.rst
+1 −0 docs/source/yosys_internals/index.rst
+377 −0 docs/source/yosys_internals/verilog.rst
+8 −11 frontends/aiger2/xaiger.cc
+5 −5 frontends/ast/ast.cc
+1 −1 frontends/ast/genrtlil.cc
+2 −2 frontends/ast/simplify.cc
+4 −2 frontends/verific/verific.cc
+0 −116 guidelines/Checklists
+0 −72 guidelines/CodeOfConduct
+0 −34 guidelines/CodingStyle
+0 −69 guidelines/UnitTests
+0 −83 guidelines/Windows
+39 −39 kernel/calc.cc
+6 −0 kernel/driver.cc
+8 −0 kernel/macc.h
+3 −5 kernel/mem.cc
+21 −6 kernel/rtlil.cc
+1 −1 kernel/rtlil.h
+4 −0 kernel/scopeinfo.h
+0 −2 kernel/yosys.h
+1 −1 libs/fst/00_PATCH_win_io.patch
+1 −1 libs/fst/fstapi.cc
+2 −0 passes/cmds/Makefile.inc
+58 −0 passes/cmds/setenv.cc
+170 −0 passes/cmds/wrapcell.cc
+3 −3 passes/fsm/fsm_map.cc
+73 −14 passes/hierarchy/keep_hierarchy.cc
+26 −7 passes/techmap/booth.cc
+29 −26 passes/techmap/clockgate.cc
+50 −57 passes/techmap/dfflibmap.cc
+4 −4 passes/techmap/libparse.cc
+34 −3 passes/techmap/libparse.h
+13 −0 passes/techmap/techmap.cc
+1 −0 techlibs/common/Makefile.inc
+2 −0 techlibs/common/choices/han-carlson.v
+37 −0 techlibs/common/choices/sklansky.v
+1 −1 techlibs/quicklogic/ql_dsp_simd.cc
+6 −2 tests/arch/common/blockrom.v
+14 −1 tests/techmap/booth.ys
+43 −0 tests/techmap/clockgate.ys
+55 −0 tests/techmap/clockgate_neg.lib
+55 −0 tests/techmap/clockgate_pos.lib
+10 −0 tests/techmap/dfflibmap.ys
+23 −0 tests/techmap/dfflibmap_dffn.lib
+33 −0 tests/techmap/dfflibmap_dffsr.lib
+15 −0 tests/techmap/sklansky.tcl
+53 −0 tests/various/keep_hierarchy.ys
+25 −0 tests/various/wrapcell.ys
+1 −0 tests/verific/setenv.flist
+4 −0 tests/verific/setenv.ys

0 comments on commit 5d570e1

Please sign in to comment.