Pyverilog icon indicating copy to clipboard operation
Pyverilog copied to clipboard

dataflow analysis error

Open cemery123 opened this issue 3 years ago • 5 comments

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?

cemery123 avatar Aug 08 '22 08:08 cemery123

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

cemery123 avatar Aug 08 '22 09:08 cemery123