Hi,
I am developping a small Microcontroller in RTL for an FPGA.
Instead of writing my own instruction set simulator and simulation environment I wanted to plug into qemu. (It will porbably need more time, than writing a stand alone simulator, but I thought, that this is a nice excuse to learn more about qemu)
My initial goal is to model:
my 8-bit micro controller with it's instruction set and minimal Hardware
the ahrdware would be
- instruction ROM
- data RAM
- UART
What would be the most useful documents / starting points?
Klaus