Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minerva.core package not found #97

Closed
bunnie opened this issue Sep 6, 2018 · 1 comment
Closed

minerva.core package not found #97

bunnie opened this issue Sep 6, 2018 · 1 comment

Comments

@bunnie
Copy link
Collaborator

bunnie commented Sep 6, 2018

I just fetched the latest commits and I get this error on trying to compile:

Traceback (most recent call last):
File "/home/bunnie/code/netv2-merge/netv2mvp.py", line 25, in
from litex.soc.integration.soc_sdram import *
File "/home/bunnie/code/netv2-merge/deps/litex/litex/soc/integration/init.py", line 1, in
from litex.soc.integration.soc_core import SoCCore
File "/home/bunnie/code/netv2-merge/deps/litex/litex/soc/integration/soc_core.py", line 7, in
from litex.soc.cores.cpu import lm32, mor1kx, picorv32, vexriscv, minerva
File "/home/bunnie/code/netv2-merge/deps/litex/litex/soc/cores/cpu/minerva/init.py", line 1, in
from litex.soc.cores.cpu.minerva.core import Minerva
File "/home/bunnie/code/netv2-merge/deps/litex/litex/soc/cores/cpu/minerva/core.py", line 7, in
from litex.soc.cores.cpu.minerva.core import Minerva as MinervaCPU
ImportError: cannot import name 'Minerva'

Where do I grab the minerva package from?

@enjoy-digital
Copy link
Owner

Sorry, fixed via fb24ac0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants