_generate_crct and _generate_both generate different circuit files #589
Open
Description
All component inputs are initialized when running in has_assignments() mode, and normal copy_constraints are created. However, in generate-type circuit mode, some steps are skipped, and copy_constraints are created with uninitialized w(0,0) cell.
- fix this issue
- add tests to control that everything works as intended