<joshua_>
Hi, all. I'm trying to glue a small RISC-V core to an existing design that I have -- my goal is to have a module that has clock and reset pins, a set of SPI controller pins, a set of UART pins, and a few other inputs that I'm hoping to plumb into the core as CSRs (or MMIO registers, or whatever). I was thinking that the way I'd want to do this was to have LiteX generate a SoC for me.
<joshua_>
(I was particularly interested in the idea that I could get LiteX to generate register docs for me!)