We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde87eb commit 776e685Copy full SHA for 776e685
pyproject.toml
@@ -14,11 +14,10 @@ license = {file = "LICENSE.md"}
14
requires-python = ">=3.11"
15
dependencies = [
16
"amaranth[builtin-yosys]>=0.5.4,<0.6",
17
- "chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
18
- "minerva @ git+https://github.com/minerva-cpu/minerva",
+ "amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
19
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
+ "chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
20
"ziglang==0.11.0",
21
- "amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
22
]
23
24
# Build system configuration
0 commit comments