--
You received this message because you are subscribed to the Google Groups "RISC-V HW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hw-dev+un...@groups.riscv.org.
To post to this group, send email to hw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/hw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/hw-dev/9b3e0f71-b1e0-549a-0e46-a3701ec560af%40mobiveil.co.in.
Hi Megan,
1. We are using rocketchip.
2. I am trying to access axi slave which is mapped in MMIO space. As we are accesing the slave without configuring it it return axi slave error. This is expected behavior.
3. My assumption is
i. During write, if we get slave error, then store
access fault should be set in mcause register.
ii. During read, if we get slave error, then Load access fault should be set in mcause register.
Do my assumption is right ?
Thanks
Saravanan