PyHDI/Pyverilog

TypeError: generate() got an unexpected keyword argument 'reorder'

Sanjaya97 opened this issue · 3 comments

There was an error when I try to run example_graphgen.py. It showed "TypeError: generate() got an unexpected keyword argument 'reorder'". I fixed it by changing code line 101 in example_graphgen.py from "reorder=options.reorder" to do_reorder=options.reorder.

Screenshot from 2023-02-22 18-34-32

It really works, thank you.

Thank you for this tip as well!

8ware commented

Duplicate of #97