Pyverilog
Pyverilog copied to clipboard
dataflow analysis error
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?
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