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 5fa8bcc commit 9c84a5fCopy full SHA for 9c84a5f
chipflow_digital_ip/processors/__init__.py
@@ -1,3 +1,6 @@
1
from ._openhw.cv32e40p import CV32E40P, OBIDebugModule
2
+from minerva.core import Minerva
3
-__all__ = ['CV32E40P', 'OBIDebugModule']
4
+__all__ = ['CV32E40P', 'OBIDebugModule'
5
+ 'Minerva'
6
+ ]
pyproject.toml
@@ -19,6 +19,7 @@ dependencies = [
19
"chipflow-lib @ git+https://github.com/ChipFlow/chipflow-lib.git",
20
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc",
21
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio",
22
+ "minerva @ git+https://github.com/minerva-cpu/minerva",
23
]
24
25
# Build system configuration
0 commit comments