Skip to content

Commit 9c84a5f

Browse files
committed
Add in minerva
1 parent 5fa8bcc commit 9c84a5f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
from ._openhw.cv32e40p import CV32E40P, OBIDebugModule
2+
from minerva.core import Minerva
23

3-
__all__ = ['CV32E40P', 'OBIDebugModule']
4+
__all__ = ['CV32E40P', 'OBIDebugModule'
5+
'Minerva'
6+
]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = [
1919
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
2020
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
2121
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",
22+
"minerva @ git+https://github.com/minerva-cpu/minerva",
2223
]
2324

2425
# Build system configuration

0 commit comments

Comments
 (0)