-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [yosys](https://github.com/YosysHQ/yosys) from `5691cd0` to `c11744b`. - [Release notes](https://github.com/YosysHQ/yosys/releases) - [Commits](YosysHQ/yosys@5691cd0...c11744b) --- updated-dependencies: - dependency-name: yosys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5164421
commit 658db1f
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 |