skordal / potato

A simple RISC-V processor for use in FPGA designs.
BSD 3-Clause "New" or "Revised" License
256 stars 40 forks source link

GUI for the FPGA #26

Closed sarahhs1 closed 2 weeks ago

sarahhs1 commented 4 months ago

Hi, I would like to run a GUI with this SOC on FPGA. so I can check a breakpoint etc. there is a prepared GUI that I can do with it things like this?

thanks

skordal commented 3 months ago

Hi, There is no debug interface on this processor. You will probably have to use another processor core for advanced features like that.