Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ license = {file = "LICENSE.md"}
requires-python = ">=3.11"
dependencies = [
"amaranth[builtin-yosys]>=0.5.1",
"amaranth-cv32e40p @ git+https://github.com/ChipFlow/amaranth-cv32e40p",
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
"minerva @ git+https://github.com/minerva-cpu/minerva",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused by this. minimal still requires minerva, and minerva hasn't been vendored into digital-ip, so this should fail. Presumably it doesn't because one of the other dependencies also includes it still.

"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
"chipflow-digital-ip @ git+https://github.com/ChipFlow/chipflow-digital-ip",
"ziglang==0.11.0",
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
]

# Build system configuration
Expand Down
Loading