Forum Discussion
Altera_Forum
Honored Contributor
11 years agoBAR registers are typically for access to small regions, eg., typically no more than 1MB regions (20-bits). Any larger than this, and a lot of PCs will not even boot, eg., your 32-bit BAR is asking for a 4GB region in the host memory map. If that host is 32-bits ... well ... that ain't going to happen :)
Try smaller BAR regions and see if that helps. Ignore any arguments in favor of large BARs, that discussion can come after you resolve this issue :) Cheers, Dave