<leons>
I'm currently working on porting an OS to a Litex SoC with a VexRiscv CPU. Is there any place where I can find (human readable / code) documentation, as you'd find for SoCs you can buy? I'm quickly getting used to reading/writing LiteX/nMigen code, however I don't find much info about VexRiscv at all
<leons>
For instance, does it have a RISC-V machine timer, if yes how do I control it, which CSRs do what, etc.
<leons>
In this specific case the VexRiscvTimer & interrupt wiring up to the CPU leads me to believe this is the mtimer implementation, so I guess VexRiscv does not have one builtin?