Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The software on the other end of the link needs to be changed to never use unaligned addresses for requests for FPGA processing. I.e. never give the FPGA an unaligned address for it's data pointer. --- Quote End --- Thanks Galfonz, I will check with SW team but I believe the pointer to the head of the descriptor chain is aligned , but the structures in the chain are random structure lengths and as NIOS processes the workload, the compiler makes some optimizations resulting in byte accesses that result in the malformed TLP ... let me check why the SW team on why can't all the fetches from NIOS of the workload to be aligned and be 4 byte.