Issue with Parameter Inlining in plecs version 4.8.6, the feature is not working

After I update PLECS to v4.8.6, and TIC2000 library, I tried to generate a simple code on launchpad TI28379D,to generate a duty cycle with an inlining parameter block in the code. This file was working properly in the previous version of PLECS. After I updated plecs, the output is fixed to high when I add an inline parameter, but I remove the inline parameter, the pwm generated appears normally on the oscilloscope.
I tried an older version of plecs and the file works normally and the launchpad generated the signal.
could you please help me with this issue ?

Kindly check the attached file

DSPV3.plecs (30.7 KB)

This appears to be a bug introduced into the code generation framework. Thank you for bringing this to our attention. A fix will be included in a future release of PLECS.

The error is associated with the particular construction of your model. There is a simple work-around for this model to have parameter inlining function correctly.

DSPV3-fixed.plecs (27.2 KB)