SpinalHDL / openocd_riscv

Spen's Official OpenOCD Mirror
Other
47 stars 34 forks source link

Implement CSR support #2

Closed xobs closed 6 years ago

xobs commented 6 years ago

This patchset implements CSR reading/writing support for vexriscv using the CSRR and CSRW SYSTEM instructions.

It also adds a list of standard CSRs.

Tested by modifying the $mie register from GDB to change the current IRQ settings.

Dolu1990 commented 6 years ago

Great ! Thanks !