Pyverilog icon indicating copy to clipboard operation
Pyverilog copied to clipboard

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

Open venkateshknpl opened this issue 4 years ago • 2 comments

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'

venkateshknpl avatar Sep 18 '21 13:09 venkateshknpl

Same problem encountered

orangeYao avatar Jul 01 '22 05:07 orangeYao

9f3aa5abb363caea0f827255fd3cf17 You could try replacing 'recoder' with 'do_recoder'

wndif avatar Aug 12 '22 07:08 wndif