mirror of
https://git.sr.ht/~kivikakk/niar
synced 2025-05-06 20:53:12 +00:00
template: use latest amaranth-yosys, now we can opt!
This commit is contained in:
parent
6ff5e58dbf
commit
289c0e96f9
2
template/.github/workflows/cxxrtl-build.yml
vendored
2
template/.github/workflows/cxxrtl-build.yml
vendored
|
@ -19,4 +19,4 @@ jobs:
|
|||
- uses: kivikakk/niar/setup-action@main
|
||||
|
||||
- name: Elaborate, compile and run cxxrtl
|
||||
run: python -m newproject cxxrtl -Onone
|
||||
run: python -m newproject cxxrtl
|
||||
|
|
|
@ -39,7 +39,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "amaranth-yosys"
|
||||
version = "0.40.0.0.post96"
|
||||
version = "0.40.0.0.post97"
|
||||
requires_python = "~=3.8"
|
||||
summary = "Specialized WebAssembly build of Yosys used by Amaranth HDL"
|
||||
groups = ["default"]
|
||||
|
@ -48,7 +48,7 @@ dependencies = [
|
|||
"wasmtime<23,>=1",
|
||||
]
|
||||
files = [
|
||||
{file = "amaranth_yosys-0.40.0.0.post96-py3-none-any.whl", hash = "sha256:d4d7b0c40365f00d5090433762d81134209ca69f655ac74bc2e50decd6675255"},
|
||||
{file = "amaranth_yosys-0.40.0.0.post97-py3-none-any.whl", hash = "sha256:b263483bb71c89192219f4991f14b5bd2d1ab1eecf7fd9df41cd7dca28b8a545"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Reference in a new issue