Specifically, fpcsrc\compiler\riscv32\rv32reg.dat is used to generate a few include files. What is the utility for generating the files?
I am trying to get the RV32 'E' extension to work by limiting the available registers to x0..x15 according to the spec. Just experimenting with various ways of doing that.