URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
Subversion Repositories zipcpu
[/] [zipcpu/] [trunk/] [sw/] [zipdbg/] [README] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
This directory contains the Zip System Debugger. If you wish to use it,
you'll need to define something that implements the DEVBUS interface,
as found in devbus.h. Basically, the debugger expects to interact with the
Zip System across a 32-bit bus. Since this interaction is hardware system
specific, the implementation for your system isn't provided here.
Contact me if you need help building such a capability for your system.
My current implementation transforms a UART signal into 32-bit wishbone
bus interactions which then support this CPU.
Go to most recent revision | Compare with Previous | Blame | View Log