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: 6bf64efb9475
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: 6838ac3c6daa
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 30, 2020

  1. Update yosys.

    whitequark committed Jul 30, 2020
    Copy the full SHA
    97b1111 View commit details
  2. Update wasmtime.

    whitequark committed Jul 30, 2020
    Copy the full SHA
    6838ac3 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 nmigen_yosys/__main__.py
  2. +1 −1 setup.py
  3. +1 −1 yosys-src
2 changes: 1 addition & 1 deletion nmigen_yosys/__main__.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
linker = wasmtime.Linker(store)
wasi = linker.define_wasi(wasmtime.WasiInstance(store,
"wasi_snapshot_preview1", wasi_cfg))
yosys = linker.instantiate(wasmtime.Module(store,
yosys = linker.instantiate(wasmtime.Module(store.engine,
importlib_resources.read_binary(__package__, "yosys.wasm")))
try:
yosys.exports["_start"]()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ def long_description():
setup_requires=["setuptools_scm", "wheel"],
install_requires=[
"importlib_resources; python_version<'3.7'",
"wasmtime~=0.18.1"
"wasmtime~=0.19.0"
],
packages=["nmigen_yosys"],
package_data={"nmigen_yosys": ["yosys.wasm", "share/**/**/**/*"]},
2 changes: 1 addition & 1 deletion yosys-src
Submodule yosys-src updated 368 files