Pyverilog
Pyverilog copied to clipboard
TypeError: generate() got an unexpected keyword argument 'reorder'
Throwing the following error when I run the below command python3 pyverilog/examples/example_graphgen.py -t top -s top.led test.v
TypeError: generate() got an unexpected keyword argument 'reorder'
Same problem encountered
You could try replacing 'recoder' with 'do_recoder'