Cv32e40x/dev
Created by: eroom1966
@strichmo
Steve, I think this solves your issue to the instruction bus fault, but I would like you to cast your eye over the change I made to lib/uvm_agents/uvma_rvvi_ovpsim/uvma_rvvi_ovpsim_drv.sv
The problem I was seeing was that the instructionBusFault was being asserted, before the fetch transaction had begun - this seems strange. I would expect a fault to be generated in response to a transaction which fails.
I simply gated the signal to be qualified by the Instruction Read (Ird) being active. You may have a better solution Thx Lee