Hi,
I try to write some datawords from dsp on an fpga via Pcie.
Our fpga is only capable to receive pio reads and writes. Therefore i cannot burst the data.
When i write to the fpga every 32 bit word needs about 1.3 microseconds.
Therfore i expect that is a non posted transfer.
To enable posted write transfers, there is a bit in the pci CMD_STATUS register called POSTED_WR_EN, but is is marked as >>not applicable
for KeyStone device<<.
How can i activate this functionality in another way ?
Or is there any other possibility to force the pcie port to issue posted writes ?
Best regards
Andreas