[libre-riscv-dev] sv2nmigen does not find parse_tokens module
Tobias Platen
hacks2019 at platen-software.de
Sat Aug 24 16:55:26 BST 2019
Hello,
I recently cloned the sv2nmigen repo and tried to run the software, but
one of the modules is missing.
python3 svparse.py
Traceback (most recent call last):
File "svparse.py", line 3, in <module>
import lexor
File "/path/to/sv2nmigen/lexor.py", line 79, in <module>
from parse_tokens import tokens
ModuleNotFoundError: No module named 'parse_tokens'
Tobias
More information about the libre-riscv-dev
mailing list