-
Notifications
You must be signed in to change notification settings - Fork 195
dataflow analysis error #109
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
Comments
I checked the reoder file and the file that reported the error. Only the InsertCond module is missing, I don't know if this is a bug |
Hi, I also got the same error. Have you solved this problem? |
Nope, it seems like there are some errors in PyVerilog and i do not have enough time to revise it. So i choose yosys to analyse my Verilog code, |
Receive it. It can help me a lot. Thank you very much! |
My pleasure, Good luck in your Phd journey. |
Hello, I am using Pyvrilog's dataflow analyzer. But it is very strange that he saw an error in the process. The error does not seem to be due to my code, but to the fact that there is no module named Insertcond in Pyverilog. The specific error message is as follows:
### AttributeError: module 'pyverilog.dataflow.reorder' has no attribute 'insertCond'
Do you have any solution to help me solve these problems?
The text was updated successfully, but these errors were encountered: