Home
last modified time | relevance | path

Searched refs:MEPC (Results 1 – 5 of 5) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedRiscV32Registers.cs307 public RegisterValue MEPC property in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32
311 return GetRegisterValue32((int)CoSimulatedRiscV32Registers.MEPC);
315 SetRegisterValue32((int)CoSimulatedRiscV32Registers.MEPC, value);
590 …{ CoSimulatedRiscV32Registers.MEPC, new CPURegister(833, 32, isGeneral: false, isReadonly: false)…
624 MEPC = 833, enumerator
/Renode-v1.15.3-c57714d/tests/unit-tests/
Driscv-unit-tests.robot309 Should Set MEPC on Illegal Instruction
330 ${mepc}= Execute Command cpu MEPC
333 Should Set MEPC on Illegal CSR access
355 ${mepc}= Execute Command cpu MEPC
358 Should Set MEPC on Non-Existing CSR access
379 ${mepc}= Execute Command cpu MEPC
Dpmp.robot67 Execute Command cpu MEPC 0x80000018
Driscv-amocas.robot94 # MEPC should point to the illegal instruction.
95 ${mepc}= Execute Command ${cpu} MEPC
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Dverilated_ibex_interrupts.robot80 Check Register By Name MEPC 0x86