Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPCIe Memory Write Transaction
Hi, I am facing an issue while performing memory write transaction with payload more than 128Bytes from root to endpoint. Write transaction with less than 128Bytes are completed easily. I have ...
Altera_Forum
Honored Contributor
14 years agoFinally i picked out what was wrong.....
I haven't programmed the device control register. There is a field that indicates the maximum payload transfer in a single TLP and the default value was 3'b000 (i.e. 128Bytes) changing it to 2KB(3'b100) solved my problem. Thanks to all of you