Hi developers of Pyrtl!
Inside conditional_assignment context, reg.next |= value will cause
Cannot assign to attribute "next" for class "Register" Argument of type "_Next" cannot be assigned to parameter "value" of type ...
The code is valid at runtime and I use Pyright with strict type checking mode.
Thanks.
Hi developers of Pyrtl!
Inside
conditional_assignmentcontext,reg.next |= valuewill causeCannot assign to attribute "next" for class "Register" Argument of type "_Next" cannot be assigned to parameter "value" of type ...The code is valid at runtime and I use Pyright with strict type checking mode.
Thanks.