In my design, OR register is set as follows:
AM(0~16) | 17~18) | BCTLD(19) | CSNT(20) | ACS(21~22) | XACS(23) |
0x1fff8 | 00 | 0 | 1 | 11 | 0 |
SCY(24~27) | SETA(28) | TRLX(29) | EHTR(30) | EAD(31) | |
1111 | 0 | 1 | 1 | 0 | |
According to P2020RM (Rev. 2, 12/2012) Table 12-191. GPCM write control signal timing parameters as follows:
TRLX | XACS | ACS | CSNT | tAWCS | tCSWP | tAWE | tWEN | tWC |
1 | 0 | 11 | 1 | 1.5 | 1.25+2* SCY | 2 | 0 | 2.75+2* SCY |
But because TRLX = 1, so LCSn and LWE signals are negated one cycle earlier during Writes. The parameters in the above table will change to the following:
TRLX | XACS | ACS | CSNT | tAWCS | tCSWP | tAWE | tWEN | tWC |
1 | 0 | 11 | 1 | 1.5 | 0.25+2* SCY | 2 | 1 | 2.75+2* SCY |
According to the above description, I have drawn the following timing diagram:

Is my description and timing diagram right?
I will be looking forward to your reply.