Open brnbrnrd opened 4 years ago
IMHO #110 closes this...
What do you think, @brnbrnrd ?
I don't think #110 fixes this. It still isn't clear that the code should be added before the builder and there is no error if you try to add something after the build has been done.
Yeah, I was able to figure out what to do. But I think it would be helpful to say where to paste the class (after the imports, before main) and where to put the other lines (in main, after the soc = BaseSoC... line), then rebuild and re-dfu. Or maybe there could be comments in the python file saying where they go.
This issue concerns the Migen/LiteX page of thu tutorial.
It was not clear where I had to copy paste the extra Python code for adding the
fomu_rgb
csr_register
.In particular I copy pasted these instructions
at the end.
Nothing happened because it is after the building is done.
class FomuRGB
).