-
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 #1657 from lnis-uofu/dependabot/submodules/yosys-1…
…ac0008 Bump yosys from `68c7fc4` to `1ac0008`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yosys
updated
9 files
+1 −1 | Makefile | |
+125 −64 | backends/cxxrtl/cxxrtl_backend.cc | |
+60 −0 | backends/cxxrtl/runtime/cxxrtl/cxxrtl.h | |
+3 −2 | backends/cxxrtl/runtime/cxxrtl/cxxrtl_replay.h | |
+126 −77 | backends/smt2/smtbmc.py | |
+133 −14 | backends/smt2/smtbmc_incremental.py | |
+20 −1 | backends/smt2/smtio.py | |
+9 −2 | docs/source/conf.py | |
+3 −0 | frontends/verilog/verilog_frontend.cc |