-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5932 from chipsalliance/dependabot/submodules/thi…
…rd_party/tools/yosys-e4c8bb0 build(deps): bump third_party/tools/yosys from `ceba889` to `e4c8bb0`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
11 files
+6 −2 | .github/workflows/extra-builds.yml | |
+52 −28 | .github/workflows/test-verific.yml | |
+19 −0 | .readthedocs.yaml | |
+6 −6 | Makefile | |
+4 −4 | docs/source/code_examples/synth_flow/Makefile | |
+7 −1 | docs/source/conf.py | |
+1 −0 | docs/source/requirements.txt | |
+6 −2 | passes/pmgen/peepopt_shiftadd.pmg | |
+159 −0 | techlibs/common/simlib.v | |
+52 −0 | techlibs/gowin/cells_sim.v | |
+15 −0 | tests/opt/bug4413.ys |