Arria 10 SOC h2f_axi_master bus error
I have a design that is currenly unable to access anything on the h2f_axi_master bus. The LW bus is fine, I can access a couple of onchip memories there. But when I try to access a onchip memory on the h2f_axi_master, I get a buserror. I am building with QII Prime 22.2 Build 94.
I am wondering if there is a enable that was missed. Any tips on how to diagnose this error
would be appreciated. The LW is fine and is connected using the same clock , and reset.
root@achilles-v5-indus:/# devmem 0xc0060000
[ 384.738993] 8<--- cut here ---
[ 384.742048] Unhandled fault: external abort on non-linefetch (0x018) at 0xb6fcc000
[ 384.749583] pgd = fbb268ae
[ 384.752277] [b6fcc000] *pgd=b3c4d831
Bus error
root@achilles-v5-indus:/# devmem 0xc018a000
[ 571.069017] 8<--- cut here ---
[ 571.072071] Unhandled fault: external abort on non-linefetch (0x018) at 0xb6f3b000
[ 571.079607] pgd = a020337c
[ 571.082300] [b6f3b000] *pgd=b3cdc831
Bus error
Thanks,
John