PyHDI / Pyverilog

Python-based Hardware Design Processing Toolkit for Verilog HDL
Apache License 2.0
619 stars 173 forks source link

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

Open Sanjaya97 opened 1 year ago

Sanjaya97 commented 1 year ago

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

GhastRider commented 1 year ago

It really works, thank you.

harnhua commented 9 months ago

Thank you for this tip as well!

8ware commented 1 month ago

Duplicate of #97