Circuit Design for variable sized inputs #335
-
I came across this issue when I compiled the circuit with more number of variables. But then when I passed less number of variables, it gave me this error. Not sure why I'm getting this error. My circuit logic demands that the inputs will be of variable length everytime. is there a workaround? Any help will be appreciated, thanks! TLDR - How to design circuit and compile for variable sized inputs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
hi -- not sure what you mean by "variable sized inputs". Constraint systems (i.e circuits) have fixed-size input at compile time. Do you have a code sample you can share? |
Beta Was this translation helpful? Give feedback.
hi -- not sure what you mean by "variable sized inputs". Constraint systems (i.e circuits) have fixed-size input at compile time. Do you have a code sample you can share?