-
Notifications
You must be signed in to change notification settings - Fork 164
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 #1442 from lnis-uofu/dependabot/submodules/yosys-c…
…11744b Bump yosys from `5691cd0` to `c11744b`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
17 files
+4 −0 | CHANGELOG | |
+4 −4 | Makefile | |
+47 −16 | kernel/driver.cc | |
+1 −1 | techlibs/achronix/synth_achronix.cc | |
+1 −0 | techlibs/common/Makefile.inc | |
+117 −0 | techlibs/common/cmp2softlogic.v | |
+8 −4 | techlibs/ecp5/synth_ecp5.cc | |
+8 −4 | techlibs/gowin/synth_gowin.cc | |
+7 −3 | techlibs/ice40/synth_ice40.cc | |
+14 −1 | techlibs/lattice/synth_lattice.cc | |
+5 −2 | tests/arch/ecp5/add_sub.ys | |
+2 −1 | tests/arch/ecp5/counter.ys | |
+2 −1 | tests/arch/gowin/counter.ys | |
+1 −1 | tests/arch/gowin/init.ys | |
+8 −1 | tests/arch/gowin/mux.ys | |
+1 −1 | tests/arch/ice40/add_sub.ys | |
+4 −4 | tests/arch/ice40/mux.ys |