Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amaranth-lang/amaranth-yosys
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: da9d38ebb3fd
Choose a base ref
...
head repository: amaranth-lang/amaranth-yosys
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 489dffdaa7a2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 11, 2021

  1. Copy the full SHA
    ab677d1 View commit details
  2. Update yosys.

    whitequark committed Dec 11, 2021
    Copy the full SHA
    489dffd View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 build.sh
  2. +1 −1 setup.py
  3. +1 −1 yosys-src
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -85,9 +85,11 @@ passes/proc/proc_clean.o \
passes/proc/proc_rmdead.o \
passes/proc/proc_init.o \
passes/proc/proc_arst.o \
passes/proc/proc_memwr.o \
passes/proc/proc_mux.o \
passes/proc/proc_dlatch.o \
passes/proc/proc_dff.o \
passes/opt/opt_expr.o \
passes/cmds/plugin.o \
passes/cmds/design_stub.o \
passes/cmds/select.o \
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ def long_description():
python_requires="~=3.5",
install_requires=[
"importlib_resources>=1.4; python_version<'3.9'",
"wasmtime>=0.30,<0.31"
"wasmtime>=0.30,<0.32"
],
packages=["amaranth_yosys"],
package_data={"amaranth_yosys": ["yosys.wasm", "share/**/**/**/*"]},
2 changes: 1 addition & 1 deletion yosys-src
Submodule yosys-src updated 709 files