fpgadeveloper / fpga-drive-aximm-pcie

Example designs for FPGA Drive FMC
http://fpgadrive.com
MIT License
212 stars 99 forks source link

S_AXI_LITE's assigned address is out of range #6

Closed yu-zou closed 4 years ago

yu-zou commented 4 years ago

image As shown the CTRL0 address was assigned to 0x04_0000_0000. However, the S_AXI_LITE address channel is 32-bit, which is incompatible with assigned address. image

fpgadeveloper commented 4 years ago

A 32-bit AXI-lite interface can be assigned a 40-bit address as we have done in this design. If you find any documentation to the contrary, please post a link here. If you have a warning message from the Vivado tool, please post it here.

yu-zou commented 4 years ago

That's a stupid question. Never mind.