Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to see the values of "Number of Address Pages/Size of Address Pages" in PCIe IP?
Dear all, for the parameters in pcie express complier, how to set the values for "number of address pages" and "size of address pages" ? what are the differences if i choose different value...
Altera_Forum
Honored Contributor
12 years agoAn address translation table entry is like a portal from an "block" of local avalon memory space to a "block" of memory the same size in the host.
You have to decide how many blocks of memory you need and set that number of table entries. You then have to configure the table entries to do the mapping for you. The lower address bits define the position in the "block", the most significant bits select the table entry, and so the mapping to the appropriate "block" in host memory, and vice versa. That's from memory, but it should point you in the right direction. Nial