In HALCoGen ver2.09.000, i select MCU:TMS570LS20216SZWT, in the generated assembly code of PBIST module, in _memoryTest_ function in file sys_memory.asm, in this instruction, "mov r8, #16", i think this a bug, because if set to #16, the 16th algorithm pmos_open_slice2 can't be executed. This instruction should be updated to "mov r8, #17". Please confirm my understanding. thanks.