summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-08-29 19:54:33 +0200
committerYuval Adam <_@yuv.al>2025-08-29 19:54:33 +0200
commit4f9dc0d6456ff9da22b44ff46d4ac52500fbeb27 (patch)
tree648f9b7e93507e92c00cc729932cbee3d458e47d /pyproject.toml
parentdb54a0f41681cf5af4a98bbe9ceb0e25bc992562 (diff)
Update board definition
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 474a726..2044136 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,4 +6,6 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"amaranth>=0.5.7",
+ "amaranth-boards>=0",
+ "amaranth-yosys>=0.50.0.0.post115",
]