The EDSL doesn't say anything about expressions having anything to do with scheduled variables, but still the code generator generates C code where expressions are compiled to scheduled variables. E.g sv_int_t can be compiled to an ordinary int instead.
The EDSL doesn't say anything about expressions having anything to do with scheduled variables, but still the code generator generates C code where expressions are compiled to scheduled variables. E.g
sv_int_t
can be compiled to an ordinaryint
instead.