Import Error: No module named 'pyverilator.util' #1221
Unanswered
ThiamismMouhamed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m encountering an issue while running the 2-import-into-finn-and-verify.ipynb notebook from the FINN project. Here are the details:
Context
pyverilator
to meet the requirements for this notebook.inference_with_finn_onnx
function to compare predictions between the Brevitas model and the FINN-processed model.Code and Error
The error occurs when I run the following code:
I receive this error message:
Upon examining the installed
pyverilator
package, I confirmed that there is noutil
submodule within it. Thepyverilator
directory contains only the following files:__init__.py
__main__.py
pyverilator.py
verilatorcpp.py
Troubleshooting Steps
pyverilator
installation withpip show pyverilator
, which confirms that it is installed in my Python environment.pyverilator
, but couldn’t find any mention of autil
submodule.Questions
pyverilator
that includes theutil
submodule? Or has this module been deprecated or renamed?Thank you in advance for any guidance you can provide!
Beta Was this translation helpful? Give feedback.
All reactions