Functions which do not contain any delay assignments are synthesizable, hence all synthesized functions are combinational in nature. Will the function still remain synthesizable if we have a recursive call?
Taking an example of Factorial function (automatic). This functions is present in a state machine. Every time the state is activated, the function would return the value to a register.
Will this function synthesize?